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

MenuItem.SubMenuItemImage Property

Gets the settings of an image displayed by all the submenu items of the current menu item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public MenuItemImageProperties SubMenuItemImage { get; }

Property Value

Type Description
MenuItemImageProperties

A MenuItemImageProperties object that contains image settings.

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