Class KanbanDragEnterEventArgs
Provides the card information for the DragEnter event.
Inherited Members
Namespace: Syncfusion.SfKanban.XForms
Assembly: Syncfusion.SfKanban.XForms.dll
Syntax
public class KanbanDragEnterEventArgs : KanbanDragEventArgs
Constructors
KanbanDragEnterEventArgs()
Initializes a new instance of the KanbanDragEnterEventArgs class.
Declaration
public KanbanDragEnterEventArgs()
KanbanDragEnterEventArgs(KanbanColumn, KanbanColumn, Int32, Int32, Object, Boolean, Boolean)
Initializes a new instance of the KanbanDragEnterEventArgs class.
Declaration
public KanbanDragEnterEventArgs(KanbanColumn sourceColumn, KanbanColumn targetColumn, int sourceIndex, int targetIndex, object data, bool isAboveMaximumLimit, bool cancel)
Parameters
| Type | Name | Description |
|---|---|---|
| KanbanColumn | sourceColumn | sourceColumn. |
| KanbanColumn | targetColumn | targetColumn. |
| System.Int32 | sourceIndex | sourceIndex. |
| System.Int32 | targetIndex | targetIndex. |
| System.Object | data | data. |
| System.Boolean | isAboveMaximumLimit | isAboveMaximumLimit. |
| System.Boolean | cancel | cancel. |
Properties
Cancel
Gets or sets a value indicating whether to end the dragging.
Declaration
public bool Cancel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | Returns bool value. |
IsAboveMaximumLimit
Gets a value indicating whether the number of items 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
Gets the target column.
Declaration
public KanbanColumn TargetColumn { get; }
Property Value
| Type | Description |
|---|---|
| KanbanColumn |
TargetIndex
Gets the target index of card.
Declaration
public int TargetIndex { get; }
Property Value
| Type |
|---|
| System.Int32 |