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

WindowsUIView.DetailContainerProperties Property

Provides access to properties of content containers that display individual documents, hosted within all SplitGroup and SlideGroup content containers that belong to this WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public IContentContainerProperties DetailContainerProperties { get; }

Property Value

Type Description
IContentContainerProperties

A IContentContainerProperties object that provides properties that customize all detail containers for all SplitGroup and SlideGroup content containers within this View.

Remarks

See the SlideGroup.DetailContainerProperties and SplitGroup.DetailContainerProperties properties to learn more. These properties override the DetailContainerProperties settings for individual containers.

See Also