Search results

NodeData API in JavaScript (ES5) TreeView API control

Interface that holds the node details.

Properties

expanded

boolean

Specifies the mapping field for expand state of the TreeView node.

hasChildren

boolean

Specifies the mapping field for hasChildren to check whether a node has child nodes or not.

id

string

Specifies the ID field mapped in dataSource.

isChecked

string

Specifies the field for checked state of the TreeView node.

parentID

string

Specifies the parent ID field mapped in dataSource.

selected

boolean

Specifies the mapping field for selected state of the TreeView node.

text

string

Specifies the mapping field for text displayed as TreeView node’s display text.