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

PopupMenuShowingEventArgs.Menu Property

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

Namespace: DevExpress.Xpf.Spreadsheet.Menu

Assembly: DevExpress.Xpf.Spreadsheet.v19.2.dll

Declaration

public PopupMenu Menu { get; set; }

Property Value

Type Description
PopupMenu

A PopupMenu class instance that is the invoked menu.

See Also