Vue TreeList - CellPreparedEvent

The type of the cellPrepared event handler's argument.

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

Object

cellElement

Selector: cell-element

column

Selector: DxColumn

columnIndex

Selector: column-index
Type:

Number

component

The UI component's instance.

Selector: DxComponent
Type:

TreeList

data

Type:

Object

displayValue

Selector: display-value
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: DxRow
Type:

TreeList Row

rowIndex

Selector: row-index
Type:

Number

rowType

Selector: row-type
Type:

String

text

Type:

String

value

Type: any

watch

Type:

Function