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

    ViewMode Property (TableControl)
    Syntax
    public TableViewMode ViewMode {get; set;}
    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