DXMenuItem.LargeImageDisabled Property
Gets or sets a large image displayed in the current menu item when it is in the disabled state. This property is obsolete. Use the DXMenuItem.ImageOptions.LargeImageDisabled property instead.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image LargeImageDisabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Image | An Image object that is a large image displayed in the current menu item when it is in the disabled state. |
Remarks
LargeImage and LargeImageDisabled properties are in effect if the DXPopupMenu is displayed as a RibbonMiniToolbar. Read the following help topic to learn more: DXPopupMenu.MenuViewType.
See Also