Back to Devexpress

TileBar.ShowGroupText Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebar.md

latest1.5 KB
Original Source

TileBar.ShowGroupText Property

Gets or sets whether TileBarGroup captions are visible.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
public bool ShowGroupText { get; set; }
vb
<DefaultValue(True)>
Public Property ShowGroupText As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if TileBarGroup captions are visible; otherwise, false.

|

Remarks

TileBarGroup captions are specified by the TileGroup.Text properties.

See Also

Text

TileBar Class

TileBar Members

DevExpress.XtraBars.Navigation Namespace