Skip to main content
Bar

QueryShowPopupMenuEventArgs.Menu Property

Gets the popup menu that is about to be displayed.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public PopupMenuBase Menu { get; }

Property Value

Type Description
PopupMenuBase

The popup menu to be displayed.

Remarks

Use this property to gain access to properties and methods of the popup menu.

See Also