TreeListRowDragEvent
Interface
Represents the object of the TreeList row Drag and Drop event.
Definition
Package:@progress/kendo-react-treelist
Properties
dragged
number[]
The level of the dragged row. The level represents an array of indexes of each parent and current item in the data tree.
draggedItem
any
The data item which corresponds to the dragged row.
draggedOver
null | number[]
The level of the draggedOver row. The level represents an array of indexes of each parent and current item in the data tree.
nativeEvent
any
A native DOM event.