FormLayoutAdaptivityMode Enum
In This Article
Lists values specifying the availability of adaptivity mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Off
|
Adaptivity mode is not used. |
Single
|
Adaptivity mode is used. The Form |
#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