Vue TreeList - CellDblClickEvent

The type of the cellDblClick event handler's argument.

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

Object

cellElement

Selector: cell-element

column

Selector: DxColumn

columnIndex

Selector: column-index
Type:

Number

component

The UI component's instance.

Selector: DxComponent
Type:

TreeList

data

Type:

Object

displayValue

Selector: display-value
Type: any

element

The UI component's container.

event

Specifies the executed event.

Selector: DxEvent

key

Type: any

row

Selector: DxRow
Type:

TreeList Row

rowIndex

Selector: row-index
Type:

Number

rowType

Selector: row-type
Type:

String

text

Type:

String

value

Type: any