Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

ASPxMenu.EnableAdaptivity Property

Specifies whether an adaptive behavior is enabled for the menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public virtual bool EnableAdaptivity { get; set; }

Property Value

Type Default Description
Boolean **false**

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