TreeNode.deSelectChild

Syntax

deSelectChild(fireEvents);

Parameters

fireEvents. Attribute of event fire, after method execution. To fire events, the parameter should be set to true, else the value is false.

Description

The deSelectChild method deselects all child elements of the node.

Example

The example of method use is given in description of the TreeNode.collapseAll method.

See also:

TreeNode