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

DXPopupMenu Constructors

A base class for popup menus in DevExpress .NET controls.
Name Parameters Description
DXPopupMenu() none Initializes a new instance of the DXPopupMenu class with default settings.
DXPopupMenu(EventHandler) beforePopup Initializes a new instance of the DXPopupMenu class with the specified handler for the DXSubMenuItem.BeforePopup event.
DXPopupMenu(Control) contextOwnerControl Initializes a new instance of the DXPopupMenu class with the specified settings.
See Also