Class KanbanDragEventArgs
This class represents the base class for all SfKanban drag event arguments.
Inheritance
System.Object
KanbanDragEventArgs
Namespace: Syncfusion.Maui.Kanban
Assembly: Syncfusion.Maui.Kanban.dll
Syntax
public abstract class KanbanDragEventArgs : EventArgs
Constructors
KanbanDragEventArgs()
Initializes a new instance of the KanbanDragEventArgs class.
Declaration
public KanbanDragEventArgs()
Properties
Data
Gets the data of the dragged card.
Declaration
public object Data { get; }
Property Value
Type |
---|
System.Object |
SourceColumn
Gets the column where the card is dragged.
Declaration
public KanbanColumn SourceColumn { get; }
Property Value
Type |
---|
KanbanColumn |
SourceIndex
Gets the index of the dragged card.
Declaration
public int SourceIndex { get; }
Property Value
Type |
---|
System.Int32 |