QueryShowPopupMenuEventArgs.Menu Property
Gets the popup menu that is about to be displayed.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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