Class KanbanDragLeaveEventArgs
This class provides card information for the DragLeave event.
Inherited Members
Namespace: Syncfusion.Maui.Kanban
Assembly: Syncfusion.Maui.Kanban.dll
Syntax
public class KanbanDragLeaveEventArgs : KanbanDragEventArgs
Constructors
KanbanDragLeaveEventArgs()
Initializes a new instance of the KanbanDragLeaveEventArgs class.
Declaration
public KanbanDragLeaveEventArgs()
Properties
IsBelowMinimumLimit
Gets a value indicating whether the number of cards in the column is below the minimum allowed limit.
Declaration
public bool IsBelowMinimumLimit { get; }
Property Value
Type |
---|
System.Boolean |
TargetColumn
Gets the target column from which the user drags the card.
Declaration
public KanbanColumn TargetColumn { get; }
Property Value
Type |
---|
KanbanColumn |