TcxCustomTreeList.ClearSorting Method
In This Article
Clears sorting in all columns.
#Declaration
Delphi
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