New to KendoReactStart a free 30-day trial

Represents the object of the onItemChange TreeList event.

Definition

Package:@progress/kendo-react-treelist

Properties

The data item which corresponds to the current row.

field?

string

The field to which the row is bound.

level

number[]

An array of indexes of each parent and current item in the data tree.

A native DOM event.

syntheticEvent

SyntheticEvent​<any, Event>

A React Synthetic Event.

An event target.

The value of the item.