New to KendoReactStart a free 30-day trial

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.

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.

A native DOM event.

An event target.