Icon Sorted Property

property Sorted: Boolean

Available In: Visual Client Applications

Indicates whether any of the Columns in the grid control have their SortDirection property set to sdAscending or sdDescending.

Information This property does not indicate whether an un-bound grid control has actually been sorted yet via the Sort method. The sorting is designed this way in order to allow multiple columns to be designated as sort columns without triggering an automatic sort operation each time.
Image