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

In This Topic
    CanEditTransformationCollection Property
    In This Topic
    Gets and sets if items can be added to the table (through the Add button) or removed from the table (through the Delete button for each row) in the TransformationsControl.
    Syntax
    public bool CanEditTransformationCollection {get; set;}
    Public Property CanEditTransformationCollection As Boolean
    Remarks
    The default is true.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also