Skip to main content

FormLayoutSettings<ModelType>.SettingsAdaptivity Property

Provides access to the form layout’s adaptivity settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public FormLayoutAdaptivitySettings SettingsAdaptivity { get; }

Property Value

Type Description
FormLayoutAdaptivitySettings

A FormLayoutAdaptivitySettings object that contains adaptivity settings.

See Also