Class KanbanDragOverEventArgs
Provides the card information for the DragOver event.
Inherited Members
Namespace: Syncfusion.SfKanban.Android
Assembly: Syncfusion.SfKanban.Android.dll
Syntax
public class KanbanDragOverEventArgs : KanbanDragEventArgs
Constructors
KanbanDragOverEventArgs()
Declaration
public KanbanDragOverEventArgs()
Properties
Cancel
Gets or sets a value that determines whether to show the item placeholder for the current target index.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The cancel. |
TargetColumn
Gets the target column upon which the card is being dragged.
Declaration
public KanbanColumn TargetColumn { get; }
Property Value
Type | Description |
---|---|
KanbanColumn | The target column. |
TargetIndex
Gets the target index of the card.
Declaration
public int TargetIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the target. |