Skip to main content
Tab

ASPxMenu.AdaptiveMenuImage Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual ItemImageProperties AdaptiveMenuImage { get; }

Property Value

Type Description
ItemImageProperties

An ItemImageProperties object that contains image settings.

Remarks

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

ASPxMenu_AdaptiveMenuImage

See Also