Class KanbanDragStartEventArgs
Provides the card information for the DragStart event.
Inherited Members
Namespace: Syncfusion.SfKanban.Android
Assembly: Syncfusion.SfKanban.Android.dll
Syntax
public class KanbanDragStartEventArgs : KanbanDragEventArgs
Constructors
KanbanDragStartEventArgs()
Declaration
public KanbanDragStartEventArgs()
Properties
Cancel
Gets or sets whether to continue the drag event.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The cancel. |
KeepItem
Gets or sets whether to keep the orginal card in the source column. The card will be removed from the source column only after the drag ended on other column.
Declaration
public bool KeepItem { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The keep item. |