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

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.v18.2.dll

Declaration

[Browsable(false)]
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