TreeNode.Value

Syntax

Value: String

Description

The Value property determines tree node value.

Comments

Use JSON or the setValue method to set the property value and the getValue method to get the property value.

Example

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

See also:

TreeNode