Class KanbanColumnDragOverEventArgs
Provides event data for the column drag over operation in the SfKanban control.
Inheritance
System.Object
KanbanColumnDragOverEventArgs
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.Kanban.WinUI.dll
Syntax
public class KanbanColumnDragOverEventArgs : EventArgs
Constructors
KanbanColumnDragOverEventArgs()
Declaration
public KanbanColumnDragOverEventArgs()
Properties
CurrentColumn
Gets the current column over which the dragged column is positioned.
Declaration
public KanbanColumn CurrentColumn { get; }
Property Value
| Type |
|---|
| KanbanColumn |
CurrentColumnIndex
Gets the current column index over which the dragged column is positioned.
Declaration
public int CurrentColumnIndex { get; }
Property Value
| Type |
|---|
| System.Int32 |
PreviousColumnIndex
Gets the integer value that indicates the previous column index while dragging into the next column.
Declaration
public int PreviousColumnIndex { get; }
Property Value
| Type |
|---|
| System.Int32 |
SourceColumn
Gets the column from which the drag operation originated.
Declaration
public KanbanColumn SourceColumn { get; }
Property Value
| Type |
|---|
| KanbanColumn |