TcxTreeListOptionsBehavior.Sorting Property
Specifies whether end-users can sort nodes by clicking column headers.
Declaration
property Sorting: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to False, to prohibit end-users from changing the sort order by clicking column headers. To prohibit end-users from changing the sort order of a specific column, use the column’s Sorting property. A column’s Sorting property value is ignored if the TreeList control’s Sorting property is set to False.
To enable sorting nodes by multiple columns, set the MultiSort property to True.
Note
The Sorting property value has no effect when sorting is applied programmatically.
The default value of the Sorting property is True.
See Also