Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

QueryShowPopupMenuEventArgs Class

Provides data for the BarManager.QueryShowPopupMenu event of the BarManager component.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class QueryShowPopupMenuEventArgs :
    CancelEventArgs

#Remarks

The BarManager.QueryShowPopupMenu event occurs when a control popup menu is about to appear.

This event only occurs for the menu assigned to the PopupContextMenu property of a control. This property is automatically added to any control which has the same parent as the BarManager component.

The QueryShowPopupMenuEventArgs.Menu property contains the queried popup menu. The QueryShowPopupMenuEventArgs.Position property contains the position of the queried popup menu.

#Inheritance

Object
EventArgs
CancelEventArgs
QueryShowPopupMenuEventArgs
See Also