Skip to main content

TileViewGroup.View Property

Gets the View that owns the current group.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

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

Property Value

Type Description
TileView

The View that owns the current group.

See Also