QueryShowPopupMenuEventArgs.Menu Property
In This Article
Gets the popup menu that is about to be displayed.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public PopupMenuBase Menu { get; }
#Property Value
Type | Description |
---|---|
Popup |
The popup menu to be displayed. |
#Remarks
Use this property to gain access to properties and methods of the popup menu.
See Also