ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / StandaloneTable Class / IsEditable Property

In This Topic
    IsEditable Property (StandaloneTable)
    In This Topic
    Gets whether the standalone table is editable.
    Syntax
    public bool IsEditable {get;}
    Public ReadOnly Property IsEditable As Boolean
    Remarks
    Returns true only when (a) you have data source level permission to edit and (b) it is made editable on the map.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also