Angular DataGrid - ContextMenuPreparingEvent

The type of the contextMenuPreparing event handler's argument.

import { DxDataGridTypes } from "devextreme-angular/ui/data-grid"
Type: DxDataGridTypes.ContextMenuPreparingEvent

column

columnIndex

Type:

Number

component

The UI component's instance.

Selector: dxo-component
Type:

DataGrid

element

The UI component's container.

items

Type:

Array<Object>

row

Type:

DataGrid Row

rowIndex

Type:

Number

target

Type:

String

targetElement