PanelAdaptivitySettings.CollapseAtWindowInnerHeight Property
Specifies the maximum browser window’s inner height when the panel collapses its content.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | The browser inner window height in pixels. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to CollapseAtWindowInnerHeight |
---|---|---|
ASP.NET MVC Extensions | CollapsiblePanelSettings |
|
ASP.NET Web Forms Controls | ASPxCollapsiblePanel |
|
Remarks
The panel collapses its content when any of the browser window dimensions is less than the values defined by the CollapseAtWindowInnerHeight and PanelAdaptivitySettings.CollapseAtWindowInnerWidth properties.
The CollapseAtWindowInnerHeight property is in effect only when the ASPxCollapsiblePanel.Collapsible property value is set to true
.
When the CollapseAtWindowInnerHeight property value is set to 0, the panel does not automatically collapse its content when the browser inner window height is changed. When both the CollapseAtWindowInnerHeight and the PanelAdaptivitySettings.CollapseAtWindowInnerWidth properties are set to 0, the panel’s initial state depends on the PanelCollapsingSettings.ExpandOnPageLoad property value.