Working with Trees > Classes > TreeNode > TreeNode.Key
Key: String
The Key property sets a key for the node.
Property value is a parameter for the TreeList.getNodeByKey and TreeList.getNodeByKeyGlobal methods.
The example of property use is given in the TreeList.NodeUnHovered event description.
See also: