DXMenuItem.ImageDisabled Property
Gets or sets an image representing the menu item in the disabled state.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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