Skip to main content
Tab

FormLayoutAdaptivitySettings.GridSettings Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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 MVC Extensions FormLayoutSettings<ModelType>
.SettingsAdaptivity .GridSettings
ASP.NET Web Forms Controls ASPxFormLayout
.SettingsAdaptivity .GridSettings
FormLayoutProperties
.SettingsAdaptivity .GridSettings
See Also