MenuSettings.SettingsAdaptivity Property
In This Article
Provides access to the menu layout adaptivity settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public MenuSettingsAdaptivity SettingsAdaptivity { get; }
#Property Value
Type | Description |
---|---|
Menu |
A Menu |
#Remarks
The Menu can automatically resize or hide its items when the browser window is resized, allowing you to build adaptive or responsive page layouts. Use the SettingsAdaptivity property to customize the layout behavior settings.
#Online Demo
See Also