ArcGIS Pro 2.9 API Reference Guide
RowContextMenu Property

ArcGIS.Desktop.Editing Namespace > TableControl Class : RowContextMenu Property
Gets or sets the System.Windows.Controls.ContextMenu to be displayed when the user right-clicks on a Row header.
Syntax
public ContextMenu RowContextMenu {get; set;}
Public Property RowContextMenu As ContextMenu
Remarks
This System.Windows.Controls.ContextMenu is displayed when the ViewMode is ArcGIS.Desktop.Mapping.TableViewMode.eAllRecords .
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

TableControl Class
TableControl Members