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

FormLayoutAdaptivitySettings.GridSettings Property

Gets the settings related to the Form Layout’s adaptive grid layout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridBreakpointSettings GridSettings { get; }

Property Value

Type Description
GridBreakpointSettings

A GridBreakpointSettings object that contains grid settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to GridSettings
ASP.NET Bootstrap Controls BootstrapCardViewFormLayoutProperties
.SettingsAdaptivity .GridSettings
BootstrapFormLayout
.SettingsAdaptivity .GridSettings
BootstrapFormLayoutProperties
.SettingsAdaptivity .GridSettings
BootstrapGridViewFormLayoutProperties
.SettingsAdaptivity .GridSettings
ASP.NET MVC Extensions FormLayoutSettings<ModelType>
.SettingsAdaptivity .GridSettings
ASP.NET Web Forms Controls ASPxFormLayout
.SettingsAdaptivity .GridSettings
FormLayoutProperties
.SettingsAdaptivity .GridSettings
See Also