Back to Devexpress

TileView.AppearanceGroupText Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileview-afa3fb9c.md

latest2.5 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the Appearance.GroupText property instead.")]
public AppearanceObject AppearanceGroupText { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the Appearance.GroupText property instead.")>
Public ReadOnly Property AppearanceGroupText As AppearanceObject

Property Value

TypeDescription
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

Tile View

TileView Class

TileView Members

DevExpress.XtraGrid.Views.Tile Namespace