Skip to main content
A newer version of this page is available. .

PopupMenuShowingEventArgs.Menu Property

Gets or sets the SpreadsheetControl’s popup menu for which the event was raised.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v18.2.dll

Declaration

public SpreadsheetPopupMenu Menu { get; set; }

Property Value

Type Description
DevExpress.XtraSpreadsheet.Menu.SpreadsheetPopupMenu

The SpreadsheetPopupMenu object which represents the current context menu.

Remarks

The Menu property allows you to add, remove or modify menu items of the context menu.

See Also