Class KanbanDragStartEventArgs
Provides the card information for the Drag​Start event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.WPF.dll
Syntax
public class KanbanDragStartEventArgs : KanbanDragEventArgs
Constructors
KanbanDragStartEventArgs()
Declaration
public KanbanDragStartEventArgs()
Properties
IsCancel
Gets or sets a value indicating whether to continue the drag event.
Declaration
public bool IsCancel { get; set; }
Property Value
Type |
---|
System.Boolean |
KeepCard
Gets or sets a value indicating whether to keep the original 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 KeepCard { get; set; }
Property Value
Type |
---|
System.Boolean |