Skip to main content

MenuSettings.SettingsAdaptivity Property

Provides access to the menu layout adaptivity settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MenuSettingsAdaptivity SettingsAdaptivity { get; }

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

Menu - Responsive Layout

See Also