Angular TreeList - CellPreparedEvent

The type of the cellPrepared event handler's argument.

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

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.

isExpanded

Type:

Boolean

isNewRow

Type:

Boolean

isSelected

Type:

Boolean

key

Type: any

oldValue

Type: any

row

Selector: dxo-row
Type:

TreeList Row

rowIndex

Type:

Number

rowType

Type:

String

text

Type:

String

value

Type: any

watch

Type:

Function