jQuery DataGrid - ContextMenuPreparingEvent

The type of the contextMenuPreparing event handler's argument.

import { ContextMenuPreparingEvent } from "devextreme/ui/data_grid"
Type:

Object

column

columnIndex

Type:

Number

component

The UI component's instance.

Type:

DataGrid

element

The UI component's container.

items

Type:

Array<Object>

row

Type:

DataGrid Row

rowIndex

Type:

Number

target

Type:

String

targetElement