TreeListBase.SortMethod

Syntax

SortMethod: PP.Ui.TreeSortMethod;

Description

The SortMethod property determines sorting method.

Comments

Use JSON to set the property value and the getSortMethod method to get the property value.

Default value: TreeSortMethod.Number.

Example

The example of use is given in description of TreeListBase.SortColumn.

See also:

TreeListBase