Class KanbanCardDragOverEventArgs
Provides data for the drag-over event of a Kanban card in the SfKanban control.
Inheritance
System.Object
KanbanCardDragOverEventArgs
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.Kanban.WinUI.dll
Syntax
public class KanbanCardDragOverEventArgs : EventArgs
Constructors
KanbanCardDragOverEventArgs()
Declaration
public KanbanCardDragOverEventArgs()
Properties
Column
Gets the column in which the card is currently being dragged.
Declaration
public KanbanColumn Column { get; }
Property Value
Type |
---|
KanbanColumn |
CurrentColumnIndex
Gets the current index of the column that contains the card.
Declaration
public int CurrentColumnIndex { get; }
Property Value
Type |
---|
System.Int32 |
CurrentIndex
Gets the current index position of the card within its column.
Declaration
public int CurrentIndex { get; }
Property Value
Type |
---|
System.Int32 |
CurrentRowIndex
Gets the current row index of the swimlane that contains the card.
Declaration
public int CurrentRowIndex { get; }
Property Value
Type |
---|
System.Int32 |
Remarks
The current row index is relevant only for the swimlane column and is used to get the swimlane's index.