React TreeList - RowDblClickEvent

The type of the rowDblClick event handler's argument.

import { TreeListTypes } from "devextreme-react/tree-list"
Type: TreeListTypes.RowDblClickEvent

columns

component

The UI component's instance.

Selector: Component
Type:

TreeList

data

Type:

Object

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event

isExpanded

Type:

Boolean

isNewRow

Type:

Boolean

isSelected

Type:

Boolean

key

Type: any

rowElement

rowIndex

Type:

Number

rowType

Type:

String

values

Type:

Array<any>