A newer version of this page is available.
Switch to the current version.
DXMenuItem.LargeImage Property
Gets or sets a large image for the current menu item.
Namespace: DevExpress.Utils.Menu
Assembly: DevExpress.Utils.v19.1.dll
Declaration
[Browsable(false)]
public Image LargeImage { get; set; }
<Browsable(False)>
Public Property LargeImage As Image
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
Feedback