ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / CanAddField Property

In This Topic
    CanAddField Property (TableControl)
    In This Topic
    Determines if the add field GP tool can be displayed. This always returns false as the table control provides a read-only view of the data.
    Syntax
    public bool CanAddField {get;}
    Public ReadOnly Property CanAddField As Boolean
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also