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

DXSubMenuItem Constructors

Specifies a submenu.
Name Parameters Description
DXSubMenuItem() none Initializes a new instance of the DXSubMenuItem class with default settings.
DXSubMenuItem(String, EventHandler) caption, beforePopup Initializes a new instance of the DXSubMenuItem class with the specified caption and the handler for the DXSubMenuItem.BeforePopup event.
DXSubMenuItem(String) caption Initializes a new instance of the DXSubMenuItem class with the specified caption.
See Also