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

In This Topic
    CanSelectAll Property (TableView)
    In This Topic
    Determines if the table view can select all of its rows.
    Syntax
    Public ReadOnly Property CanSelectAll As Boolean
    public bool CanSelectAll {get;}
    Example
    Select all rows
    {
      if (tableView.CanSelectAll)
        tableView.SelectAll();
    }
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also