TreeList.expandToKeyNode

Syntax

expandToKeyNode (key);

Parameters

key. Key of the node to be found.

Description

The expandToKeyNode method finds a node with specified key in the tree, and expands the tree at node's level.

Example

The example of method use is given in description of the TreeList.EnableSelectedHighlight property.

See also:

TreeList