Skip to main content
Tab

ASPxDropDownEditBase.SettingsAdaptivity Property

Provides access to the dropdown editors’ adaptivity settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual DropDownEditBaseAdaptivitySettings SettingsAdaptivity { get; }

Property Value

Type Description
DropDownEditBaseAdaptivitySettings

A DropDownEditBaseAdaptivitySettings object that contains adaptivity settings.

Remarks

The dropdown editors automatically change the display mode for the dropdown window 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 editor’s dropdown is switched to modal mode.

Online Demo

Modal DropDowns

See Also