Skip to main content

IContentContainerDefaultProperties.CanShowCaption Property

Gets whether or not this Content Container should display its caption.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool CanShowCaption { get; }

Property Value

Type Description
Boolean

true if this Content Container should display its caption; otherwise, false.

Remarks

See the IContentContainerDefaultProperties.ShowCaption property to learn more.

See Also