Class KanbanDragLeaveEventArgs
Provides the card information for the DragLeave event.
Inherited Members
Namespace: Syncfusion.SfKanban.XForms
Assembly: Syncfusion.SfKanban.XForms.dll
Syntax
public class KanbanDragLeaveEventArgs : KanbanDragEventArgs
Constructors
KanbanDragLeaveEventArgs()
Initializes a new instance of the KanbanDragLeaveEventArgs class.
Declaration
public KanbanDragLeaveEventArgs()
KanbanDragLeaveEventArgs(KanbanColumn, Object, Int32, KanbanColumn, Boolean)
Initializes a new instance of the KanbanDragLeaveEventArgs class.
Declaration
public KanbanDragLeaveEventArgs(KanbanColumn sourceColumn, object data, int sourceIndex, KanbanColumn targetColumn, bool isBelowMinimumLimit)
Parameters
Type | Name | Description |
---|---|---|
KanbanColumn | sourceColumn | sourceColumn. |
System.Object | data | data. |
System.Int32 | sourceIndex | sourceIndex. |
KanbanColumn | targetColumn | targetColumn. |
System.Boolean | isBelowMinimumLimit | isBelowMinimumLimit. |
Properties
IsBelowMinimumLimit
Gets a value indicating whether the cards count in the column is less than the minimum allowed limit.
Declaration
public bool IsBelowMinimumLimit { get; }
Property Value
Type |
---|
System.Boolean |
TargetColumn
Gets the target column out of which the user drags the card.
Declaration
public KanbanColumn TargetColumn { get; }
Property Value
Type | Description |
---|---|
KanbanColumn |