TreeNode.Key

Syntax

Key: String

Description

The Key property sets a key for the node.

Comments

Property value is a parameter for the TreeList.getNodeByKey and TreeList.getNodeByKeyGlobal methods.

Example

The example of property use is given in the TreeList.NodeUnHovered event description.

See also:

TreeNode