Class KanbanDragOverEventArgs
This class provides card information for the DragOver event.
Inherited Members
Namespace: Syncfusion.Maui.Kanban
Assembly: Syncfusion.Maui.Kanban.dll
Syntax
public class KanbanDragOverEventArgs : KanbanDragEventArgs
Constructors
KanbanDragOverEventArgs()
Initializes a new instance of the KanbanDragOverEventArgs class.
Declaration
public KanbanDragOverEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the drag-over operation should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
TargetColumn
Gets the target column upon which the card is being dragged.
Declaration
public KanbanColumn TargetColumn { get; }
Property Value
Type |
---|
KanbanColumn |
TargetIndex
Gets the index in the target column where the card is going to be inserted.
Declaration
public int TargetIndex { get; }
Property Value
Type |
---|
System.Int32 |