Back to Devexpress

DropDownEditAdaptivityMode Enum

aspnet-devexpress-dot-web-2a283fab.md

latest1.2 KB
Original Source

DropDownEditAdaptivityMode Enum

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum DropDownEditAdaptivityMode
vb
Public Enum DropDownEditAdaptivityMode

Members

NameDescription
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.

|

The following properties accept/return DropDownEditAdaptivityMode values:

See Also

DevExpress.Web Namespace