Class KanbanDragEndEventArgs
Provides the card information for the DragEnd event.
Inherited Members
Namespace: Syncfusion.SfKanban.Android
Assembly: Syncfusion.SfKanban.Android.dll
Syntax
public class KanbanDragEndEventArgs : KanbanDragEventArgs
Constructors
KanbanDragEndEventArgs()
Declaration
public KanbanDragEndEventArgs()
Properties
Cancel
Gets or sets the cancel that determines whether to insert the card in the target column.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The cancel. |
TargetCategory
Gets the card's current category value.
Declaration
public object TargetCategory { get; }
Property Value
Type | Description |
---|---|
System.Object | The target category. |
TargetColumn
Gets the target column upon which the card is dropped.
Declaration
public KanbanColumn TargetColumn { get; }
Property Value
Type | Description |
---|---|
KanbanColumn | The target column. |
TargetIndex
Gets the index in the target column where the card is going to be inserted.
Declaration
public int TargetIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the target. |