TreeList.getNodeByKey

Syntax

getNodeByKey (key);

Parameters

key. Node key.

Description

The getNodeByKey method gets a first level node by its key.

Comments

Use the TreeNode.Key property to set node key.

Example

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

See also:

TreeList