DXMenuItem(String, EventHandler, Image, Image, Image, Image) Constructor
In This Article
Initializes a new instance of the DXMenuItem class with the specified settings.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public DXMenuItem(
string caption,
EventHandler click,
Image image,
Image imageDisabled,
Image largeImage,
Image largeImageDisabled
)
#Parameters
Name | Type | Description |
---|---|---|
caption | String | A string used to initialize the item’s DXMenu |
click | Event |
A handler for the DXMenu |
image | Image | An Image used to initialize the |
image |
Image | An Image used to initialize the |
large |
Image | An Image used to initialize the |
large |
Image | An Image used to initialize the |
See Also