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

ASPxDropDownEdit.SettingsAdaptivity Property

Provides access to the ASPxDropdownEdit’s adaptivity settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual DropDownEditAdaptivitySettings SettingsAdaptivity { get; }

Property Value

Type Description
DropDownEditAdaptivitySettings

A DropDownEditAdaptivitySettings object that contains adaptivity settings.

Remarks

The ASPxDropDownEdit automatically changes its display mode when the browser window is resized. When the browser window inner width is less than or equal to the value specified by the SettingsAdaptivity property, the dropdown editor is switched to modal mode.

Online Demo

Modal DropDowns

See Also