ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TableView Class / CanGoTo Property
Example

In This Topic
    CanGoTo Property (TableView)
    In This Topic
    Determines if the table view can display the Go to row number control.
    Syntax
    Public ReadOnly Property CanGoTo As Boolean
    public bool CanGoTo {get;}
    Example
    GoTo TableView
    {
      // launch the GoTo UI
      if (tableView.CanGoTo)
        tableView.GoTo();
    }
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also