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

MenuImages.AdaptiveMenu Property

Gets the settings of an image displayed in an adaptive menu, when it contains hidden items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ItemImageProperties AdaptiveMenu { get; }

Property Value

Type Description
ItemImageProperties

An ItemImageProperties object that contains image settings.

Remarks

When the ASPxMenu.EnableAdaptivity property is set to true, the ASPxMenu control can automatically resize or hide its items when the browser window is resized. Use the AdaptiveMenu property to change the settings of an image, which when hovered, shows the hidden menu items.

ASPxMenu_AdaptiveMenuImage

See Also