Show subset of fields in Inspector

438
0
02-12-2023 11:27 PM
Status: Open
Labels (1)
FridjofSchmidt
Occasional Contributor

In the ArcGIS.Desktop.Editing.Attributes.Inspector class of the SDK, please provide a member for hiding fields by name (e.g., IEnumerable<string> HiddenFields {get; set;}) or displaying only a subset of fields by name. See also this post.

The workaround described there is to alter the field visibility in the CIM of the underlying layer. However, there are workflows where fields should not be hidden in general, while the user should see only a subset of fields in a customized Inspector.