Vue DataGrid - CellDblClickEvent

The type of the cellDblClick event handler's argument.

import { DxDataGridTypes } from "devextreme-vue/data-grid"
Type: DxDataGridTypes.CellDblClickEvent

cellElement

column

columnIndex

Type:

Number

component

The UI component's instance.

Selector: DxComponent
Type:

DataGrid

data

Type:

Object

displayValue

Type: any

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: DxEvent

key

Type: any

row

Type:

DataGrid Row

rowIndex

Type:

Number

rowType

Type:

String

text

Type:

String

value

Type: any