MenuSettings.SettingsAdaptivity Property
Provides access to the menu layout adaptivity settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
MenuSettingsAdaptivity | A MenuSettingsAdaptivity object that contains adaptivity settings. |
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