Class KanbanDragEndEventArgs
Provides the card information for the DragEnd event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.WPF.dll
Syntax
public class KanbanDragEndEventArgs : KanbanDragEventArgs
Constructors
KanbanDragEndEventArgs()
Declaration
public KanbanDragEndEventArgs()
Properties
IsCancel
Gets or sets a value indicating whether to insert the card in the target column.
Declaration
public bool IsCancel { get; set; }
Property Value
Type |
---|
System.Boolean |
TargetCardIndex
Gets the index in the target column where the card is going to be inserted.
Declaration
public int TargetCardIndex { get; }
Property Value
Type |
---|
System.Int32 |
TargetColumn
Gets or sets the target column upon which the card is dropped.
Declaration
public KanbanColumn TargetColumn { get; set; }
Property Value
Type |
---|
KanbanColumn |
TargetColumnIndex
Gets the target column index where the card is going to be inserted.
Declaration
public int TargetColumnIndex { get; }
Property Value
Type |
---|
System.Int32 |
TargetKey
Gets the card's current category value.
Declaration
public object TargetKey { get; }
Property Value
Type |
---|
System.Object |
TargetRowIndex
Gets the target row index where the card is going to be inserted.
Declaration
public int TargetRowIndex { get; }
Property Value
Type |
---|
System.Int32 |
TargetSwimlane
Gets the target swimelane on which the card is dropped.
Declaration
public object TargetSwimlane { get; }
Property Value
Type |
---|
System.Object |