Skip to main content

KanbanGroupCollection.View Property

Gets the TileView to which the current collection belongs.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[Browsable(false)]
public TileView View { get; }

Property Value

Type Description
TileView

The TileView that owns the collection.

See Also