TcxTreeListColumn.SortOrder Property
In This Article
Specifies the sort order of the column’s values.
#Declaration
Delphi
property SortOrder: TcxDataSortOrder read; write; default soNone;
#Property Value
Type | Default |
---|---|
Tcx |
so |
#Remarks
Refer to the TcxDataSortOrder type description, to learn about available sorting options.
To provide custom sorting logic for nodes, handle the TreeList control’s OnCompare event.
Note
To allow sorting nodes by multiple columns, set the Tree
The default value of the SortOrder property is soNone.
See Also