Class KanbanDragEnterEventArgs
Provides the card information for the DragEnter event.
Inherited Members
Namespace: Syncfusion.SfKanban.Android
Assembly: Syncfusion.SfKanban.Android.dll
Syntax
public class KanbanDragEnterEventArgs : KanbanDragEventArgs
Constructors
KanbanDragEnterEventArgs()
Declaration
public KanbanDragEnterEventArgs()
Properties
Cancel
Determines whether to end the dragging.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The cancel. |
IsAboveMaximumLimit
Gets or sets a value that indicates whether the number of cards in the column exceeds the maximum allowed limit.
Declaration
public bool IsAboveMaximumLimit { get; }
Property Value
Type | Description |
---|---|
System.Boolean | The is above maximum limit. |
TargetColumn
Get the target column
Declaration
public KanbanColumn TargetColumn { get; }
Property Value
Type | Description |
---|---|
KanbanColumn | The target column. |
TargetIndex
Get the target index of card.
Declaration
public int TargetIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of the target. |