TreeNode.Data

Syntax

Data: Object

Description

The Data property determines tree node data.

Comments

Use JSON or the setData method to set the property value and the getData method to get the property value.

Example

The example of property use is given in the TreeNode Constructor description.

See also:

TreeNode