Back to Devexpress

SplitGroup.DetailContainerProperties Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-splitgroup.md

latest3.4 KB
Original Source

SplitGroup.DetailContainerProperties Property

Provides access to properties of the content container that displays individual documents hosted within this SplitGroup.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IContentContainerDefaultProperties DetailContainerProperties { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property DetailContainerProperties As IContentContainerDefaultProperties

Property Value

TypeDescription
IContentContainerDefaultProperties

A IContentContainerDefaultProperties object that stores properties of the content container that displays individual documents hosted within this SplitGroup.

|

Remarks

The SplitGroup container displays multiple documents at once. End-users can click corresponding Navigation Bars buttons to view these documents separately within the Page container. The DetailContainerProperties property allows you to customize some of this container’s settings.

Properties in the DetailContainerProperties group override related settings provided using the WindowsUIView.DetailContainerProperties property. This property allows you to apply global detail container settings common to all Split and Slide Group containers within this View.

See the Content Containers article to learn more about WindowsUI View containers.

See Also

Content Containers

WindowsUI View

SplitGroup Class

SplitGroup Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace