TileView.AppearanceGroupText Property
OBSOLETE
Use the Appearance.
Provides access to appearance settings used to paint group captions for TileViewGroups within this TileView. This property is obsolete. Use the TileView.Appearance.GroupText
property instead.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the Appearance.GroupText property instead.")]
public AppearanceObject AppearanceGroupText { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
To group tiles against a specific grid column, assign this column to the GroupColumn property accessible via the TileView.ColumnSet properties section. To customize these group captions, use properties accessed through the AppearanceGroupText section. The following figure illustrates two Tile View groups with custom appearance settings.