New to KendoReactStart a free 30-day trial

Represents the object of the onContextMenu event (see example).

Definition

Package:@progress/kendo-react-treeview

Properties

item

any

The data object that represents the current item.

itemID

string

The ID of the current item.

A native DOM event.

syntheticEvent

MouseEvent​<any, MouseEvent>

A React Synthetic Event.

An event target.