ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / FieldDescription Class / IsVisible Property

In This Topic
    IsVisible Property (FieldDescription)
    In This Topic
    Gets or sets whether a field is visible. When a field is invisible, result of a Search method will not include values from this field and the field will not appear in many UI list.
    Syntax
    Public Property IsVisible As Boolean
    public bool IsVisible {get; set;}
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also