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

DXMenuItem.Image Property

Gets or sets an image displayed within the menu item,

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public Image Image { get; set; }

Property Value

Type Description
Image

A Image object that specifies the image displayed within the menu item.

Remarks

To represent a menu item in the disabled state, you can provide a separate image via the DXMenuItem.ImageDisabled property. If the DXMenuItem.ImageDisabled property is not set, the item in the disabled state is represented by the image specified by the Image property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Image property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also