ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / CustomItemBase Class / CanRename Property

In This Topic
    CanRename Property (CustomItemBase)
    In This Topic
    Gets whether the item can be renamed. The default is true
    Syntax
    protected virtual bool CanRename {get;}
    Protected Overridable ReadOnly Property CanRename As Boolean
    Remarks
    Override to return false to prevent renaming
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also