ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / TransformationsControlProperties Class / CanEditCoordinateSystems Property
Version

    CanEditCoordinateSystems Property
    Gets and sets if the source coordinate systems and the target coordinate systems can be changed in the table. If set to true, buttons will appear next to the source and target coordinate system names for each row. These buttons will launch a coordinate system picker when clicked on.
    Syntax
    public bool CanEditCoordinateSystems {get; set;}
    Remarks
    The default is true.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also