TreeList.getSortRecursive

Syntax

getSortRecursive ();

Description

The getSortRecursive property determines if data in child nodes is also sorted.

Comments

The recursive parameter of the TreeList.sort method indicates that sorting is also performed in child nodes.

Example

An example of using the TreeList.sort method.

See also:

TreeList