ASPxDropDownEditBase.SettingsAdaptivity Property
Provides access to the dropdown editors’ adaptivity settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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
See Also