BeforeItemDropEventArgs.NewKanbanGroup Property
In This Article
Gets the KanbanGroup to which the tile is about to be dropped. This property is in effect if you created KanbanGroups via the TileViewOptionsKanban.Groups collection. Otherwise, this property returns null.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public KanbanGroup NewKanbanGroup { get; }
#Property Value
Type | Description |
---|---|
Kanban |
The Kanban |
See Also