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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 AdaptiveMenu property to change the settings of an image, which when hovered, shows the hidden menu items.
See Also