Class KanbanDragOverEventArgs
Provides the card information for the DragOver event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.WPF.dll
Syntax
public class KanbanDragOverEventArgs : KanbanDragEventArgs
Constructors
KanbanDragOverEventArgs()
Declaration
public KanbanDragOverEventArgs()
Properties
CurrentColumn
Gets the current column upon which the card is being dragged.
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 current index of the 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 show the item placeholder for the current target index.
Declaration
public bool IsCancel { get; set; }
Property Value
Type |
---|
System.Boolean |