Class KanbanDragEnterEventArgs
Provides the card information for the DragEnter event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.WPF.dll
Syntax
public class KanbanDragEnterEventArgs : KanbanDragEventArgs
Constructors
KanbanDragEnterEventArgs()
Declaration
public KanbanDragEnterEventArgs()
Properties
CurrentColumn
Gets the target column.
Declaration
public KanbanColumn CurrentColumn { get; }
Property Value
Type |
---|
KanbanColumn |
CurrentColumnIndex
Gets the current index of the card's column.
Declaration
public int CurrentColumnIndex { get; }
Property Value
Type |
---|
System.Int32 |
CurrentIndex
Gets the target index of card.
Declaration
public int CurrentIndex { get; }
Property Value
Type |
---|
System.Int32 |
CurrentRowIndex
Gets the current index of the card's row.
Declaration
public int CurrentRowIndex { get; }
Property Value
Type |
---|
System.Int32 |
IsCancel
Gets or sets a value indicating whether to end the dragging.
Declaration
public bool IsCancel { get; set; }
Property Value
Type |
---|
System.Boolean |