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

In This Topic
    CanRefresh Property (TableView)
    In This Topic
    Determines if the table view can refresh its content.
    Syntax
    Public ReadOnly Property CanRefresh As Boolean
    public bool CanRefresh {get;}
    Example
    Refresh
    {
      // refresh
      if (tableView.CanRefresh)
        tableView.Refresh();
    }
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also