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

ASPxFormLayout.SettingsAdaptivity Property

Provides access to the form layout’s adaptivity settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual FormLayoutAdaptivitySettings SettingsAdaptivity { get; }

Property Value

Type Description
FormLayoutAdaptivitySettings

A FormLayoutAdaptivitySettings object that contains adaptivity settings.

See Also