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

KanbanGroupCollection.View Property

Gets the TileView to which the current collection belongs.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

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

Property Value

Type Description
TileView

The TileView that owns the colection.

See Also