ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / CustomItemBase Class / CanDelete Method

In This Topic
    CanDelete Method
    In This Topic
    Gets whether your item can be deleted. The default is false
    Syntax
    public virtual bool CanDelete()
    Public Overridable Function CanDelete() As Boolean

    Return Value

    True if the item can be deleted, otherwise false
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also