MenuSettings.EnableAdaptivity Property
Specifies whether an adaptive behavior is enabled for the menu.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to enable the adaptive behavior; otherwise, false. |
Remarks
When the EnableAdaptivity property is set to true, the menu can automatically resize or hide its items when the browser window is resized.
See Also