Skip to main content
A newer version of this page is available. .

TileView.AppearanceGroupText Property

OBSOLETE

Use the Appearance.GroupText property instead.

Provides access to appearance settings used to paint group captions for TileViewGroups within this TileView.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[Browsable(false)]
[Obsolete("Use the Appearance.GroupText property instead.")]
public AppearanceObject AppearanceGroupText { get; }

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.

TileView - Appearance Group Text

See Also