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

FormLayoutSettings<ModelType>.SettingsAdaptivity Property

Provides access to the form layout’s adaptivity settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public FormLayoutAdaptivitySettings SettingsAdaptivity { get; }

Property Value

Type Description
FormLayoutAdaptivitySettings

A FormLayoutAdaptivitySettings object that contains adaptivity settings.

See Also