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

KanbanGroup.View Property

Gets the View that owns the current Kanban group.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

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

Property Value

Type Description
TileView

The View that owns the current Kanban group.

See Also