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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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