Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
property Sorting: Boolean read; write; default False;

#Property Value

Type Default Description
Boolean False

If True, a user can click a column header to sort the Shell List View control’s content against that column or reverse the sort order. If False, a click on a column header has no effect.

#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