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

DropDownEditAdaptivityMode Enum

Lists values that specify the adaptivity mode of the drop down editors.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum DropDownEditAdaptivityMode

Members

Name Description
Off

Adaptivity mode is not used.

OnWindowInnerWidth

Adaptive mode is enabled when the browser window inner width is less than or equal to the value specified by the DropDownEditBaseAdaptivitySettings.SwitchToModalAtWindowInnerWidth property.

Related API Members

The following properties accept/return DropDownEditAdaptivityMode values:

See Also