Icon SortedFields Property

property SortedFields: String

Indicates which fields, if any, are part of the active sort. Multiple fields are delimited with a semicolon (;). If this property is blank, then there is no active sort on the dataset. Any fields that are sorted in a descending, instead of ascending, order are indicated in the DescSortedFields property.

A dataset can be sorted by calling the Sort method with the appropriate parameters.
Image