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

DXMenuItem.LargeImage Property

Gets or sets a large image for the current menu item.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public Image LargeImage { get; set; }

Property Value

Type Description
Image

An Image object that is a large image for the current menu item.

Remarks

The LargeImage and DXMenuItem.LargeImageDisabled properties are in effect when a DXPopupMenu is displayed as a RibbonMiniToolbar. See the DXPopupMenu.MenuViewType property to learn more.

See Also