EnableSortColumns: Boolean
The EnableSortColumns property determines whether sorting is possible in columns.
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.
The example of property use is given in description of the TreeList.sort method.
See also: