Back to Devexpress

TcxTreeListOptionsBehavior.MultiSort Property

vcl-cxtl-dot-tcxtreelistoptionsbehavior.md

latest1.7 KB
Original Source

TcxTreeListOptionsBehavior.MultiSort Property

Specifies whether nodes can be sorted by multiple columns.

Declaration

delphi
property MultiSort: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

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

TcxCustomTreeList.ClearSorting

TcxCustomTreeList.Sorted

TcxCustomTreeList.SortedColumnCount

TcxCustomTreeList.SortedColumns

TcxTreeListOptionsBehavior.Sorting

TcxTreeListOptionsData.MultiThreadedSorting

TcxTreeListOptionsBehavior Class

TcxTreeListOptionsBehavior Members

cxTL Unit