Class KanbanDragOverEventArgs
Provides the card information for the DragOver event.
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.WPF.dll
Syntax
public class KanbanDragOverEventArgs : KanbanDragEventArgs
Constructors
KanbanDragOverEventArgs()
Declaration
public KanbanDragOverEventArgs()
Properties
CurrentColumn
Gets the current column upon which the card is being dragged.
Declaration
public KanbanColumn CurrentColumn { get; }
Property Value
Type | Description |
---|---|
KanbanColumn |
CurrentColumnIndex
Gets the current index of the card's column.
Declaration
public int CurrentColumnIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
CurrentIndex
Gets the current index of the card.
Declaration
public int CurrentIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
CurrentRowIndex
Gets the current index of the card's row.
Declaration
public int CurrentRowIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsCancel
Gets or sets a value indicating whether to show the item placeholder for the current target index.
Declaration
public bool IsCancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |