TreeList.EnableSortColumns

Syntax

EnableSortColumns: Boolean

Description

The EnableSortColumns property determines whether sorting is possible in columns.

Comments

If the property is set to True (default), column values can be sorted in ascending or descending order on clicking the column header. The header will contain appropriate icons:

- descending.

- ascending.

Example

The example of property use is given in description of the TreeList.sort method.

See also:

TreeList