Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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. 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
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