TreeListBase.isSortActive

Syntax

isSortActive();

Description

The isSortActive method returns whether sorting is active.

Comments

Partial loading of branches is available if the SortDirection or FilterString property was set up.

Example

Executing the example requires the SimpleTreeList component with the Tree identifier (see Example of Creating the SimpleTreeList Component).

// Check if sorting is enabled
Tree.isSortActive();
// ->  false

After executing the example it is obtained whether sorting is active.

See also:

TreeListBase