ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / SetViewMode Method
The view mode of the table.

In This Topic
    SetViewMode Method (TableControl)
    In This Topic
    Sets the view mode of the table.
    Syntax
    public Task SetViewMode( 
       TableViewMode viewMode
    )
    Public Function SetViewMode( _
       ByVal viewMode As TableViewMode _
    ) As Task

    Parameters

    viewMode
    The view mode of the table.

    Return Value

    That task executing the change.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also