Class KanbanColumnDropEventArgs
Provides event data for the column drop event in the SfKanban control.
Inheritance
System.Object
KanbanColumnDropEventArgs
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.Kanban.WinUI.dll
Syntax
public class KanbanColumnDropEventArgs : CancelEventArgs
Constructors
KanbanColumnDropEventArgs()
Declaration
public KanbanColumnDropEventArgs()
Properties
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 |
TargetColumn
Gets the target column upon which the column is dropped.
Declaration
public KanbanColumn TargetColumn { get; }
Property Value
| Type |
|---|
| KanbanColumn |
TargetColumnIndex
Gets the index of the target column where the dragged column is intended to be dropped.
Declaration
public int TargetColumnIndex { get; }
Property Value
| Type |
|---|
| System.Int32 |