Back to Devexpress

BeforeItemDropEventArgs.NewKanbanGroup Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-beforeitemdropeventargs-2adecab0.md

latest1.6 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
public KanbanGroup NewKanbanGroup { get; }
vb
Public ReadOnly Property NewKanbanGroup As KanbanGroup

Property Value

TypeDescription
KanbanGroup

The KanbanGroup to which the tile is about to be dropped.

|

See Also

BeforeItemDropEventArgs Class

BeforeItemDropEventArgs Members

DevExpress.XtraGrid.Views.Tile Namespace