Skip to main content
Tab

ASPxMenuBase.SubMenuItemImage Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual 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.

To specify an image for all root menu items within the menu control, use the ASPxMenuBase.ItemImage property. Individual menu items can display their own images. To specify item images, use the MenuItem.Image property.

See Also