Back to Devexpress

ITileContainerDefaultProperties.CanShowGroupText Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-207ba08e.md

latest1.9 KB
Original Source

ITileContainerDefaultProperties.CanShowGroupText Property

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

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
bool CanShowGroupText { get; }
vb
ReadOnly Property CanShowGroupText As Boolean

Property Value

TypeDescription
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

ShowGroupText

ITileContainerDefaultProperties Interface

ITileContainerDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace