Back to Devexpress

PopupMenuShowingEventArgs.Menu Property

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-menu-dot-popupmenushowingeventargs.md

latest1.1 KB
Original Source

PopupMenuShowingEventArgs.Menu Property

Gets or sets the context menu for which the event is raised.

Namespace : DevExpress.Xpf.Spreadsheet.Menu

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public PopupMenu Menu { get; set; }
vb
Public Property Menu As PopupMenu

Property Value

TypeDescription
PopupMenu

The invoked context menu.

|

See Also

PopupMenuShowingEventArgs Class

PopupMenuShowingEventArgs Members

DevExpress.Xpf.Spreadsheet.Menu Namespace