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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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