Skip to main content

DXMenuItem.LargeImage Property

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

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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