Skip to main content

PopupMenuShowingEventArgs.Menu Property

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

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