Skip to main content

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
False
Default. A click on a column header has no effect.
True
A user can click a column header to sort content against that column or reverse the sort order.

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.

Shell List View Sorting

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.

Default Value

The Sorting property’s default value is False.

See Also