ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / SetFieldOrderAsync Method
Version

    SetFieldOrderAsync Method (TableControl)
    Sets the field order in the table control according to the specified set of field names.
    Syntax
    public Task SetFieldOrderAsync( 
       List<string> fieldNames
    )

    Parameters

    fieldNames
    Remarks
    The fieldNames can contain a subset of the fields in the MapMember. These fields will be ordered first. All remaining visible fields in the MapMember will follow in their default display order.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also