Skip to main content
All docs
V26.1
  • BeforeItemDropEventArgs.KanbanGroup Property

    Gets the KanbanGroup that owns the current tile. 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.v26.1.dll

    Declaration

    public KanbanGroup KanbanGroup { get; }

    Property Value

    Type Description
    KanbanGroup

    The KanbanGroup that owns the current tile.

    See Also