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

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also