Back to Devexpress

PanelAdaptivitySettings.CollapseAtWindowInnerHeight Property

aspnet-devexpress-dot-web-dot-paneladaptivitysettings.md

latest2.8 KB
Original Source

PanelAdaptivitySettings.CollapseAtWindowInnerHeight Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(0)]
public int CollapseAtWindowInnerHeight { get; set; }
vb
<DefaultValue(0)>
Public Property CollapseAtWindowInnerHeight As Integer

Property Value

TypeDefaultDescription
Int320

The browser inner window height in pixels.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to CollapseAtWindowInnerHeight
ASP.NET MVC ExtensionsCollapsiblePanelSettings

.SettingsAdaptivity .CollapseAtWindowInnerHeight

| | ASP.NET Web Forms Controls | ASPxCollapsiblePanel |

.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

PanelAdaptivitySettings Class

PanelAdaptivitySettings Members

DevExpress.Web Namespace