TdxCustomListView.SortType Property
In This Article
Specifies how the List View sorts its items after an item’s caption and associated object changes.
#Declaration
Delphi
property SortType: TdxListViewSortType read; write; default TdxListViewSortType.None;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
None | The item sort criteria. |
#Remarks
Refer to the TdxListViewSortType type description for information on available options.
See Also