React DataGrid - CellDblClickEvent

The type of the cellDblClick event handler's argument.

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

Object

cellElement

column

columnIndex

Type:

Number

component

The UI component's instance.

Selector: Component
Type:

DataGrid

data

Type:

Object

displayValue

Type: any

element

The UI component's container.

event

Specifies the executed event.

Selector: Event

key

Type: any

row

Type:

DataGrid Row

rowIndex

Type:

Number

rowType

Type:

String

text

Type:

String

value

Type: any