FormLayoutAdaptivitySettings.SwitchToSingleColumnAtWindowInnerWidth Property
Gets or sets a value that defines the maximum browser window inner width when the form layout collapses its content when rendered.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | The browser inner window width in pixels. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to SwitchToSingleColumnAtWindowInnerWidth |
---|---|---|
ASP.NET MVC Extensions | FormLayoutSettings<ModelType> |
|
ASP.NET Web Forms Controls | ASPxFormLayout |
|
FormLayoutProperties |
|
Remarks
When adaptive mode is enabled (the FormLayoutAdaptivitySettings.AdaptivityMode property is set to SingleColumnWindowLimit), the form layout control automatically changes its layout when the browser window is resized. When the browser window inner width is less than or equal to the value specified by the SwitchToSingleColumnAtWindowInnerWidth property, control content is reordered into one column. The editor captions are displayed above or below the editor (based on the initial position).