Class KanbanDragEventArgs
Serves as a base class for all SfKanban drag event arguments.
Inheritance
System.Object
KanbanDragEventArgs
Namespace: Syncfusion.SfKanban.Android
Assembly: Syncfusion.SfKanban.Android.dll
Syntax
public abstract class KanbanDragEventArgs : EventArgs
Constructors
KanbanDragEventArgs()
Declaration
protected KanbanDragEventArgs()
Properties
Data
Gets the model data of the captures card.
Declaration
public object Data { get; }
Property Value
Type | Description |
---|---|
System.Object | The data. |
SourceColumn
Gets the column, where the drag event occurs
Declaration
public KanbanColumn SourceColumn { get; }
Property Value
Type | Description |
---|---|
KanbanColumn | The source column. |
SourceIndex
Gets the index of the captured card.
Declaration
public int SourceIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the source. |