DropDownTreeExpandEvent
Interface
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.
nativeEvent
Event
A native DOM event.
syntheticEvent
SyntheticEvent<HTMLElement, Event>
A React SyntheticEvent.
An event target.