Skip to main content

ITileContainerDefaultProperties.CanShowText Property

Gets whether the current TileContainer‘s caption is displayed.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool CanShowText { get; }

Property Value

Type Description
Boolean

true if the current TileContainer‘s caption is displayed; otherwise, false.

Remarks

See the ITileContainerDefaultProperties.ShowText property to learn more.

See Also