Skip to main content
Tab

FormLayoutProperties.SettingsAdaptivity Property

Provides access to the form layout’s adaptivity settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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