Back to Devexpress

PopupMenuShowingEventArgs.Menu Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-popupmenushowingeventargs-3305bb19.md

latest1.5 KB
Original Source

PopupMenuShowingEventArgs.Menu Property

Gets the popup menu that is to be displayed.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public DockControllerMenu Menu { get; }
vb
Public ReadOnly Property Menu As DockControllerMenu

Property Value

TypeDescription
DevExpress.XtraBars.Docking.DockControllerMenu

A DockControllerMenu object that is about to be displayed.

|

Remarks

The Menu property stores the menu that is to be displayed for the PopupMenuShowingEventArgs.Control.

See Also

Point

Control

PopupMenuShowingEventArgs Class

PopupMenuShowingEventArgs Members

DevExpress.XtraBars.Docking Namespace