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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IContentContainerDefaultProperties DetailContainerProperties { get; }
Property Value
Type | Description |
---|---|
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.