MenuItem.SubMenuItemImage Property
In This Article
Gets the settings of an image displayed by all the submenu items of the current menu item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public MenuItemImageProperties SubMenuItemImage { get; }
#Property Value
Type | Description |
---|---|
Menu |
A Menu |
#Remarks
The specified image can be used as a link if the ASPxMenuBase.ItemLinkMode property is set to ItemLinkMode.TextAndImage or ItemLinkMode.ContentBounds.
Individual menu items can display their own images. To specify item images, use the MenuItem.Image property.
See Also