Skip to main content
A newer version of this page is available. .

SlideGroup.DetailContainerProperties Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

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 SlideGroup.

Remarks

The SlideGroup container displays multiple documents at once. End-users can click the desired document caption to navigate to a separate Page container that displays this document. The DetailContainerProperties property allows you to customize some of this container’s settings.

Properties within the DetailContainerProperties group override related settings provided by 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