TileViewItemOptions.ShowGroupText Property
Gets or sets whether the tile groups’ captions should be visible.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if the tile groups’ captions should be visible; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowGroupText |
---|---|
TileView |
|
Remarks
Tiles within the TileView can be grouped against the grid column, assigned to the GroupColumn property accessible via the TileView.ColumnSet properties section. Group captions, displayed above tiles, consist of a group column caption (visible only if the OptionsColumn.ShowCaption property equals true) and a group column value, separated by a colon character. You can customize these captions by accessing appearance settings available through the TileView.AppearanceGroupText property. The figure below illustrates two customized group captions.