New to Kendo UI for Vue? Start a free 30-day trial

TreeListRowDragEvent

Represents the object of the TreeList row Drag and Drop event.

NameTypeDefaultDescription

component

any

An event target.

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.

event

any

A native DOM event.

In this article

Not finding the help you need?