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

DXPopupMenu Events

A base class for popup menus in DevExpress .NET controls.
Name Description
BeforePopup Allows you to dynamically provide sub-items for the current DXSubMenuItem object. Inherited from DXSubMenuItem.
Click Occurs when the menu item’s functionality needs to be invoked. Inherited from DXMenuItem.
CloseUp Fires after the menu has been closed.
ItemClick Fires whenever a user clicks any item that belongs to this DXPopupMenu.
PopupHide This member supports the internal infrastructure and is not intended to be used directly from your code.
See Also