ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / InspectorProvider Class
Members Version

InspectorProvider Class
Provides a mechanism to customize attribute behavior within an inspector.
Object Model
InspectorProvider ClassInspector Class
Syntax
public abstract class InspectorProvider 
Remarks
Typically this would be used in conjunction with the ArcGIS.Desktop.Editing.Attributes.Inspector.CreateEmbeddableControl method. Override the provided methods to hide attributes, highlight attributes, make attributes non-editable, show custom aliases and provide custom validators within the context of the attribute inspector grid.
Inheritance Hierarchy

System.Object
   ArcGIS.Desktop.Editing.InspectorProvider

Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.1 or higher.
See Also