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

TileViewGroup.View Property

Gets the View that owns the current group.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[DXCategory("Appearance")]
public TileView View { get; }

Property Value

Type Description
TileView

The View that owns the current group.

See Also