ArcGIS Pro 2.9 API Reference Guide
ViewMode Property (TableControl)

ArcGIS.Desktop.Editing Namespace > TableControl Class : ViewMode Property
Gets or sets the ArcGIS.Desktop.Mapping.TableViewMode of the TableControl.
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, Windows 8.1

See Also

Reference

TableControl Class
TableControl Members