ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / CanDeleteSelected Property

In This Topic
    CanDeleteSelected Property (TableControl)
    In This Topic
    Determines if the table control can delete the selected rows. This always returns false as the table control provides a read-only view of the data.
    Syntax
    public bool CanDeleteSelected {get;}
    Public ReadOnly Property CanDeleteSelected As Boolean
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also