Skip to main content

DXMenuItem.LargeImage Property

Gets or sets a large image for the current menu item. This property is obsolete. Use the DXMenuItem.ImageOptions.LargeImage property instead.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.Utils.v24.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

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