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

DXMenuItem(String, EventHandler, Image, Image) Constructor

Initializes a new instance of the DXMenuItem class with the specified settings.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public DXMenuItem(
    string caption,
    EventHandler click,
    Image image,
    Image imageDisabled
)

Parameters

Name Type Description
caption String

A string used to initialize the item’s DXMenuItem.Caption property.

click EventHandler

A handler for the DXMenuItem.Click event.

image Image

An Image used to initialize the DXMenuItem.Image property.

imageDisabled Image

An Image used to initialize the DXMenuItem.ImageDisabled property.

See Also