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