Back to Devexpress

KanbanGroup.View Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-kanbangroup-1a4e0c4f.md

latest1.2 KB
Original Source

KanbanGroup.View Property

Gets the View that owns the current Kanban group.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public TileView View { get; }
vb
<Browsable(False)>
Public ReadOnly Property View As TileView

Property Value

TypeDescription
TileView

The View that owns the current Kanban group.

|

See Also

KanbanGroup Class

KanbanGroup Members

DevExpress.XtraGrid.Views.Tile Namespace