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

FormLayoutAdaptivityMode Enum

Lists values specifying the availability of adaptivity mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum FormLayoutAdaptivityMode

Members

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.

Related API Members

The following properties accept/return FormLayoutAdaptivityMode values:

Remarks

Values listed by this enumeration are used to set the FormLayoutAdaptivitySettings.AdaptivityMode property.

See Also