aspnet-devexpress-dot-web-ec55dab5.md
Lists values specifying the availability of adaptivity mode.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum FormLayoutAdaptivityMode
Public Enum FormLayoutAdaptivityMode
| Name | Description |
|---|---|
Off |
Adaptivity mode is not used.
|
| SingleColumnWindowLimit |
Adaptivity mode is used. The FormLayout collapses its content from multiple columns into a single column when the browser window size is smaller than the FormLayoutAdaptivitySettings.SwitchToSingleColumnAtWindowInnerWidth property setting.
|
The following properties accept/return FormLayoutAdaptivityMode values:
Values listed by this enumeration are used to set the FormLayoutAdaptivitySettings.AdaptivityMode property.
See Also