Back to Devexpress

KanbanGroupCollection.View Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-kanbangroupcollection.md

latest1.2 KB
Original Source

KanbanGroupCollection.View Property

Gets the TileView to which the current collection belongs.

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 TileView that owns the collection.

|

See Also

KanbanGroupCollection Class

KanbanGroupCollection Members

DevExpress.XtraGrid.Views.Tile Namespace