aspnet-devexpress-dot-web-dot-paneladaptivitysettings-d7e03f37.md
Specifies the maximum browser window’s inner height when the panel hides its content.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(0)]
public int HideAtWindowInnerHeight { get; set; }
<DefaultValue(0)>
Public Property HideAtWindowInnerHeight As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | 0 |
The browser inner window height in pixels.
|
You can access this nested property as listed below:
| Library | Object Type | Path to HideAtWindowInnerHeight |
|---|---|---|
| ASP.NET MVC Extensions | CollapsiblePanelSettings |
.SettingsAdaptivity .HideAtWindowInnerHeight
| | ASP.NET Web Forms Controls | ASPxCollapsiblePanel |
.SettingsAdaptivity .HideAtWindowInnerHeight
|
The panel hides its content when any of the browser window dimensions is less than the values defined by the HideAtWindowInnerHeight and PanelAdaptivitySettings.HideAtWindowInnerWidth properties.
When the HideAtWindowInnerHeight property value is set to 0 , the panel does not hide its content. The HideAtWindowInnerHeight property is in effect regardless of the ASPxCollapsiblePanel.Collapsible property value.
See Also