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

QueryShowPopupMenuEventArgs.Menu Property

Gets the popup menu that is about to be displayed.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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