BeforeItemDropEventArgs.NewKanbanGroup Property
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.v20.2.dll
Declaration
public KanbanGroup NewKanbanGroup { get; }
Public ReadOnly Property NewKanbanGroup As KanbanGroup
Property Value
Type | Description |
---|---|
KanbanGroup | The KanbanGroup to which the tile is about to be dropped. |
See Also
Feedback