New to KendoReactStart a free 30-day trial

Represents the object of the onExpandChange DropDownTree event.

Definition

Package:@progress/kendo-react-dropdowns

Properties

item

any

The data item that was expanded or collapsed.

level

number[]

The hierarchical index path to the item.

A native DOM event.

syntheticEvent

SyntheticEvent​<HTMLElement, Event>

An event target.