KanbanGroup.View Property
Gets the View that owns the current Kanban group.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
[Browsable(false)]
public TileView View { get; }
<Browsable(False)>
Public ReadOnly Property View As TileView
Property Value
Type | Description |
---|---|
TileView | The View that owns the current Kanban group. |
See Also
Feedback