TreeList.deSelectLevel

Syntax

deSelectLevel (level, fireEvents)

Parameters

level. Level number (numbering starts with zero) or a node located on the level to be selected.

fireEvents. Determines if the TreeList.SelectionChanging event is fired on calling the method.

Description

The deSelectLevel method deselects items of the specified level.

Example

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

See also:

TreeList