Angular TreeList - CellDblClickEvent

The type of the cellDblClick event handler's argument.

import { DxTreeListTypes } from "devextreme-angular/ui/tree-list"
Type: DxTreeListTypes.CellDblClickEvent

cellElement

column

Selector: dxo-column

columnIndex

Type:

Number

component

The UI component's instance.

Selector: dxo-component
Type:

TreeList

data

Type:

Object

displayValue

Type: any

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: dxo-event

key

Type: any

row

Selector: dxo-row
Type:

TreeList Row

rowIndex

Type:

Number

rowType

Type:

String

text

Type:

String

value

Type: any