ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / AttributeTabEmbeddableControl Class / ShowAutoApplyControls Property

In This Topic
    ShowAutoApplyControls Property
    In This Topic
    Gets if the "auto apply edit" controls are displayed at the bottom of the tab. Default value is true.
    Syntax
    public virtual bool ShowAutoApplyControls {get;}
    Public Overridable ReadOnly Property ShowAutoApplyControls As Boolean
    Remarks
    Return false if you wish to hide these controls. For example your control (and tab) does not perform any editing.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also