ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TableView Class / IsReady Property

In This Topic
    IsReady Property (TableView)
    In This Topic
    Gets a value that indicates whether the TableView can be accessed. This property is false while the table view processes major operations like initializing.
    Syntax
    public bool IsReady {get;}
    Public ReadOnly Property IsReady As Boolean
    Remarks
    This property is false while the table view processes major operations like initializing.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also