React DataGrid - RowDblClickEvent

The type of the rowDblClick event handler's argument.

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

Object

columns

component

The UI component's instance.

Selector: Component
Type:

DataGrid

data

Type:

Object

element

The UI component's container.

event

Specifies the executed event.

Selector: Event

groupIndex

Type:

Number

isExpanded

Type:

Boolean

isNewRow

Type:

Boolean

isSelected

Type:

Boolean

key

Type: any

rowElement

rowIndex

Type:

Number

rowType

Type:

String

values

Type:

Array<any>