TdxCustomShellListView.Sorting Property
Specifies if users can click column headers to sort the Shell List View control’s content and change the sort order.
Declaration
property Sorting: Boolean read; write; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | False | If |
Remarks
Set the Sorting
property to True
to allow users to click column headers to sort shell items against the corresponding columns in ascending or descending order.
Note
The Sorting
property is ignored if the ViewStyle property is set to any value other than TdxListViewStyle.Report because the Shell List View control displays columns and column headers only in Report mode.
The Sorting
property’s default value is False
.
See Also