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