ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Controls Namespace / TableControl Class / ViewMode Property

In This Topic
    ViewMode Property (TableControl)
    In This Topic
    Syntax
    public TableViewMode ViewMode {get; set;}
    Public Property ViewMode As TableViewMode
    Remarks

    Use the TableControlContent.ViewMode property to change the mode of the control. Do not use it to set the initial mode of the control.

    If the TableControlContent.ViewMode is set before the TableContent, it will be overridden with the value in the TableControlContent.ViewMode property.

    This property must be accessed on the UI thread.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also