TileView.AppearanceGroupText Property
Obsolete. Provides access to appearance settings used to paint group captions for TileViewGroups within this TileView.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the Appearance.GroupText property instead.")]
public AppearanceObject AppearanceGroupText { get; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the Appearance.GroupText property instead.")>
Public ReadOnly Property AppearanceGroupText As AppearanceObject
Property Value
Type | Description |
---|---|
AppearanceObject | An AppearanceObject object used to paint group captions for all groups within this Tile View. |
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.
See Also
Feedback