Back to Devexpress

PanelAdaptivitySettings.HideAtWindowInnerWidth Property

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

latest2.3 KB
Original Source

PanelAdaptivitySettings.HideAtWindowInnerWidth Property

Specifies the maximum browser window’s inner width when the panel hides its content.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Int320

The browser inner window width in pixels.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to HideAtWindowInnerWidth
ASP.NET MVC ExtensionsCollapsiblePanelSettings

.SettingsAdaptivity .HideAtWindowInnerWidth

| | ASP.NET Web Forms Controls | ASPxCollapsiblePanel |

.SettingsAdaptivity .HideAtWindowInnerWidth

|

Remarks

The panel hides its content when any of the browser window dimensions is less than the values defined by the HideAtWindowInnerWidth and PanelAdaptivitySettings.HideAtWindowInnerHeight properties.

When the HideAtWindowInnerWidth property value is set to 0 , the panel does not hide its content. The HideAtWindowInnerWidth property is in effect regardless of the ASPxCollapsiblePanel.Collapsible property value.

See Also

PanelAdaptivitySettings Class

PanelAdaptivitySettings Members

DevExpress.Web Namespace