TcxTreeListOptionsBehavior.MultiSort Property
Declaration
property MultiSort: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to True to allow nodes to be sorted by multiple columns. Otherwise, nodes can only be sorted by one column.
Set a column’s SortOrder property or call a node’s CustomSort method to programmatically sort nodes. End-users can click column headers while holding down the Shift key to sort nodes by multiple columns.
The default MultiSort property value is True.
See Also