Skip to main content
A newer version of this page is available. .
Tab

PanelAdaptivitySettings.CollapseAtWindowInnerHeight Property

Specifies the maximum browser window’s inner height when the panel collapses its content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(0)]
public int CollapseAtWindowInnerHeight { get; set; }

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:

Object Type Path to CollapseAtWindowInnerHeight
ASPxCallbackPanel
.SettingsAdaptivity.CollapseAtWindowInnerHeight
ASPxCollapsiblePanel
.SettingsAdaptivity.CollapseAtWindowInnerHeight
ASPxPanel
.SettingsAdaptivity.CollapseAtWindowInnerHeight
CallbackPanelSettings
.SettingsAdaptivity.CollapseAtWindowInnerHeight
CollapsiblePanelSettings
.SettingsAdaptivity.CollapseAtWindowInnerHeight
MVCxCallbackPanel
.SettingsAdaptivity.CollapseAtWindowInnerHeight
MVCxPanel
.SettingsAdaptivity.CollapseAtWindowInnerHeight
PanelSettings
.SettingsAdaptivity.CollapseAtWindowInnerHeight

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.

See Also