ArcGIS Pro 3.7 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 ReadOnly Property SortDescriptions As IReadOnlyList(Of SortDescription)
    public IReadOnlyList<SortDescription> SortDescriptions {get;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also