TreeView.updateDataColumn

Set the value of a data column, given a row id. Row id's are populated within a tree view row object once that row has been inserted into the tree view.

class TreeView
updateDataColumn
(
this T
)
(
string rowId
,,
string value
)

Parameters

rowId string

The row id.

columnIndex uint

The 0-based data column index.

value string

The new value.

Return Value

Type: auto

This widget to aid method chaining.

Meta