A newer version of this page is available.
Switch to the current version.
DXMenuItem.ImageDisabled Property
Gets or sets an image representing the menu item in the disabled state.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v19.1.dll
Declaration
[Browsable(false)]
public Image ImageDisabled { get; set; }
<Browsable(False)>
Public Property ImageDisabled As Image
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
Feedback