Class KanbanColumnDragStartingEventArgs
Provides event data for the ColumnDragStarting event in the SfKanban control.
Inheritance
System.Object
KanbanColumnDragStartingEventArgs
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.Kanban.WinUI.dll
Syntax
public class KanbanColumnDragStartingEventArgs : CancelEventArgs
Constructors
KanbanColumnDragStartingEventArgs()
Declaration
public KanbanColumnDragStartingEventArgs()
Properties
Column
Gets the source column from which the column is being dragged.
Declaration
public KanbanColumn Column { get; }
Property Value
| Type |
|---|
| KanbanColumn |
ColumnIndex
Gets the index of the dragged column within the Kanban column collection.
Declaration
public int ColumnIndex { get; }
Property Value
| Type |
|---|
| System.Int32 |