Class KanbanCardDragStartingEventArgs
Provides data for the drag-start event of a Kanban card in the SfKanban control.
Inheritance
System.Object
KanbanCardDragStartingEventArgs
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.Kanban.WinUI.dll
Syntax
public class KanbanCardDragStartingEventArgs : CancelEventArgs
Constructors
KanbanCardDragStartingEventArgs()
Declaration
public KanbanCardDragStartingEventArgs()
Properties
Card
Gets a dragging card in the kanban.
Declaration
public KanbanCardItem Card { get; }
Property Value
Type |
---|
KanbanCardItem |
Column
Gets the source column from which the card is being dragged.
Declaration
public KanbanColumn Column { get; }
Property Value
Type |
---|
KanbanColumn |