Class KanbanDragStartEventArgs
This class provides card information for the DragStart event.
Inherited Members
Namespace: Syncfusion.Maui.Kanban
Assembly: Syncfusion.Maui.Kanban.dll
Syntax
public class KanbanDragStartEventArgs : KanbanDragEventArgs
Constructors
KanbanDragStartEventArgs()
Initializes a new instance of the KanbanDragStartEventArgs class.
Declaration
public KanbanDragStartEventArgs()
Properties
Cancel
Gets or sets a value indicating whether the drag start operation should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
KeepCard
Gets or sets a value indicating whether the original card should remain in the source column during a drag operation.
Declaration
public bool KeepCard { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Remarks
When set to true, the card remains in its original column even after being dragged and dropped into a different column. This allows repeated drag-and-drop actions on the same card without moving it from the source column.