ArcGIS Pro 2.8 API Reference Guide
SelectedRowContextMenu Property

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

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

TableControl Class
TableControl Members