FormLayoutAdaptivitySettings.GridSettings Property
Gets the settings related to the Form Layout’s adaptive grid layout.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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> |
|
| ASP.NET Web Forms Controls | ASPxFormLayout |
|
| FormLayoutProperties |
|
See Also