Skip to main content

MenuSettings.EnableAdaptivity Property

Specifies whether an adaptive behavior is enabled for the menu.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public bool EnableAdaptivity { get; set; }

#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