Skip to main content
A newer version of this page is available. .

MenuSettings.SettingsAdaptivity Property

Provides access to the menu layout adaptivity settings.

Namespace: DevExpress.Web.Mvc

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

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