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

PopupMenuShowingEventArgs.Menu Property

Gets the popup menu that is to be displayed.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v20.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