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

TreeViewItemDragStartEvent

Represents the object of the onItemDragStart event.

NameTypeDefaultDescription

item

any

The item that is dragged.

itemHierarchicalIndex

string

The hierarchical index of the dragged item. The indices are zero-based. The first root item has a 0 (zero) index. If the first root item has children, the first child acquires a 0_0 index and the second acquires a 0_1 index.

target

any

An event target.

In this article

Not finding the help you need?