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

BootstrapGridViewFormLayoutProperties.SettingsAdaptivity Property

Provides access to the form layout’s adaptivity settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[Browsable(false)]
public override FormLayoutAdaptivitySettings SettingsAdaptivity { get; }

Property Value

Type Description
FormLayoutAdaptivitySettings

A FormLayoutAdaptivitySettings object that contains adaptivity settings.

See Also