ITileContainerDefaultProperties.ShowGroupText Property
Gets or sets whether Tile Group captions are displayed for the current TileContainer.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DefaultBoolean | A DefaultBoolean enumerator value specifying whether Tile Group captions are displayed for the current TileContainer. |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Remarks
Tiles can be combined in multiple Tile Groups via the BaseTile.Group property. The ShowGroupText property specifies whether these Group captions should be displayed. You can access the Group caption appearance settings via the TileContainer.AppearanceGroupText object.