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

IContentContainerProperties.ShowCaption Property

Gets or sets whether or not any container that displays individual documents, hosted within this View’s SplitGroup or SlideGroup containers, should display its caption.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

bool ShowCaption { get; set; }

Property Value

Type Description
Boolean

A Boolean object enumerator that specifies whether or not any detail container should display its caption.

Remarks

To override the ShowCaption property for individual containers, use the IContentContainerDefaultProperties.ShowCaption property. See the SlideGroup.DetailContainerProperties and SplitGroup.DetailContainerProperties properties to learn more.

See Also