Class KanbanDragLeaveEventArgs
Provides the card information for the DragLeave event.
Inherited Members
Namespace: Syncfusion.SfKanban.Android
Assembly: Syncfusion.SfKanban.Android.dll
Syntax
public class KanbanDragLeaveEventArgs : KanbanDragEventArgs
Constructors
KanbanDragLeaveEventArgs()
Declaration
public KanbanDragLeaveEventArgs()
Properties
IsBelowMinimumLimit
Gets or sets a value that indicates whether the number of cards in the column is less than the minimum allowed limit.
Declaration
public bool IsBelowMinimumLimit { get; }
Property Value
Type | Description |
---|---|
System.Boolean | The is below minimum limit. |
TargetColumn
Gets the target column out of which the user drags the card.
Declaration
public KanbanColumn TargetColumn { get; }
Property Value
Type | Description |
---|---|
KanbanColumn | The target column. |