TreeListBase.SortDirection

Syntax

SortDirection: PP.Ui.TreeSortDirection;

Description

The SortDirection property determines sorting direction.

Comments

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

Default value: TreeSortDirection.None.

Example

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

See also:

TreeListBase