ArcGIS Pro 2.9 API Reference Guide
SortDescriptions Property

ArcGIS.Core.Data Namespace > TableSortDescription Class : SortDescriptions Property
Gets an IReadOnlyList containing one or more SortDescriptions.
Syntax
public IReadOnlyList<SortDescription> SortDescriptions {get;}
Public ReadOnly Property SortDescriptions As IReadOnlyList(Of SortDescription)
Remarks
If the IReadOnlyList contains more than one SortDescription, the table sort operation will sort the values under the field specified in the first SortDescription, followed by the values under the field specified in the second SortDescription, and so on.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TableSortDescription Class
TableSortDescription Members