Class KanbanDragLeaveEventArgs
Provides the card information for the DragLeave event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.WPF.dll
Syntax
public class KanbanDragLeaveEventArgs : KanbanDragEventArgs
Constructors
KanbanDragLeaveEventArgs()
Declaration
public KanbanDragLeaveEventArgs()
Properties
LeftColumn
Gets the target column out of which the user drags the card.
Declaration
public KanbanColumn LeftColumn { get; }
Property Value
Type |
---|
KanbanColumn |
PreviousCardIndex
Gets the integer value that indicates the previous card index while drag enter into next column.
Declaration
public int PreviousCardIndex { get; }
Property Value
Type |
---|
System.Int32 |
PreviousColumnIndex
Gets the integer value that indicates the previous card's column index while drag enter into next column.
Declaration
public int PreviousColumnIndex { get; }
Property Value
Type |
---|
System.Int32 |
PreviousRowIndex
Gets the integer value that indicates the previous card's row index while drag enter into next column.
Declaration
public int PreviousRowIndex { get; }
Property Value
Type |
---|
System.Int32 |