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

DXMenuItem.ImageDisabled Property

Gets or sets an image representing the menu item in the disabled state.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v18.2.dll

Declaration

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

Property Value

Type Description
Image

An Image object representing the menu item in the disabled state.

Remarks

An image assigned to the ImageDisabled property is used to represent the item in the disabled state. If the ImageDisabled property is not specified, the item in the disabled state will be represented by the image referred to by the DXMenuItem.Image property.

See Also