Skip to main content

ITileContainerDefaultProperties.CanShowGroupText Property

Gets whether Tile Group captions are currently displayed within this TileContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool CanShowGroupText { get; }

Property Value

Type Description
Boolean

true if Tile Group captions are currently displayed within this TileContainer; otherwise, false.

Remarks

See the ITileContainerDefaultProperties.ShowGroupText property to learn more.

See Also