React TreeList - CellClickEvent

The type of the cellClick event handler's argument.

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

cellElement

column

Selector: Column

columnIndex

Type:

Number

component

The UI component's instance.

Selector: 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: Event

key

Type: any

row

Selector: Row
Type:

TreeList Row

rowIndex

Type:

Number

rowType

Type:

String

text

Type:

String

value

Type: any