ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TableViewMode Enumeration
Example Example

In This Topic
    TableViewMode Enumeration
    In This Topic
    Table pane view mode.
    Syntax
    Members
    MemberDescription
    eAllRecords Show all records.
    eSelectedRecords Show just selected records.
    Example
    Set Table ViewingMode
    {
      // change to "selected record" mode
      tableView.SetViewMode(TableViewMode.eSelectedRecords);
    }
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Mapping.TableViewMode

    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also