isSortActive();
The isSortActive method returns whether sorting is active.
Partial loading of branches is available if the SortDirection or FilterString property was set up.
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: