Tree View Column - SortDirection Property

SortDirection controls how list is sorted

Member of Tree View Column (PRIM_TVCL)

Data Type - Enumeration

Details

SortDirection controls how the data in a list column is sorted. It will only be evaluated if the SortPosition on the column is greater than zero.
 
The sort direction can be reversed by clicking the column heading of the list, provided sorting has been enabled by the SortOnClick property.

Allowed Values

Enum ValueDescription
AscendingSort in ascending ASCII sequence
DescendingSort in descending ASCII sequence


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2