TcxCustomTreeList.ClearSorting Method
Clears sorting in all columns.
Declaration
procedure ClearSorting;
Remarks
Alternatively, use the Sorted property for this purpose.
To clear sorting in a particular column, set the column’s SortOrder property to soNone
.
See Also