DXMenuItem.LargeImageDisabled Property
Gets or sets a large image displayed in the current menu item when it is 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 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
The DXMenuItem.LargeImage and LargeImageDisabled properties are in effect when a DXPopupMenu is displayed as a RibbonMiniToolbar. See the DXPopupMenu.MenuViewType property to learn more.
See Also