property PropertiesList.SortObjects as SortObjectsEnum
Specifies how the object properties are positioned once a Sort occurs.

TypeDescription
SortObjectsEnum The SortObjectsEnum expression that specifies how the objects are positioned once the user sorts a column.
By default, the SortObjects property is exSortObjectsDefault. Use the SortObjects property to specify if the object properties should be placed on top or bottom side of the control once the user sorts a column. The Sort method sorts programmatically the control. Use the SortOnClick property to specify whether a column gets sorted once the user clicks the column's header. Use the Sortable property to specify an un-sortable property.

The following sample shows a sorted control, when SortObjects property is exSortObjectsDefault:

The following sample shows a sorted control, when SortObjects property is exSortObjectsTop: