React TreeList - RowPreparedEvent

The type of the rowPrepared event handler's argument.

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

Object

columns

component

The UI component's instance.

Selector: Component
Type:

TreeList

data

Type:

Object

element

The UI component's container.

isExpanded

Type:

Boolean

isNewRow

Type:

Boolean

isSelected

Type:

Boolean

key

Type: any

level

Type:

Number

node

rowElement

rowIndex

Type:

Number

rowType

Type:

String

values

Type:

Array<any>