ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / TableSortDescription Class / SortDescriptions Property

In This Topic
    SortDescriptions Property
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also