TreeListRowContextMenuEvent
Interface
Represents the object of the onRowContextMenu TreeList event.
Definition
Package:@progress/kendo-react-treelist
Properties
dataItem
any
The data item which corresponds to the clicked row.
level
number[]
An array of indexes of each parent and current item in the data tree.
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.