DropDownEditProperties.SettingsAdaptivity Property
Provides access to the DropdownEdit’s adaptivity settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
DropDownEditAdaptivitySettings | A DropDownEditAdaptivitySettings object that contains adaptivity settings. |
Remarks
The DropDownEdit 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
See Also