FormLayoutAdaptivitySettings.GridSettings Property
Gets the settings related to the Form Layout’s adaptive grid layout.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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 Web Forms Controls | ASPxFormLayout |
|
FormLayoutProperties |
|
|
ASP.NET MVC Extensions | FormLayoutSettings<ModelType> |
|
See Also