Skip to main content

PopupMenuShowingEventArgs.Menu Property

Gets the popup menu that is to be displayed.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public DockControllerMenu Menu { get; }

Property Value

Type Description
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