TreeList.SortSequence

Syntax

SortSequence: Array

Description

The SortSequence property sets sorting change order.

Comments

This property is relevant if the TreeList.EnableSortColumns property is set to true.

Default array is [0,1,2]: that is, at the start no sorting is applied, next data is sorted ascending, and then descending. If the [0,2,1] array is set, no sorting is applied at the beginning, next data is sorted descending, and then ascending.

Sorting type changes on clicking on the column header.

Example

The example of property use is given in the page Example of the TreeList Dynamic Creation.

See also:

TreeList