constants SortObjectsEnum
The SortObjectsEnum type specifies the position of objects to be shown on the control, when the user sorts a column. The SortObjects property specifies whether the objects are placed on top or bottom side of the control when the user sorts a column. The SortObjectsEnum type supports the following values.

NameValueDescription
exSortObjectsDefault0 Default sorting. The object properties are placed on their sorting position.
exSortObjectsTop1 The object properties are put on the top of the list.
exSortObjectsBottom2 The object properties are put on the bottom of the list.