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

PanelAdaptivitySettings.HideAtWindowInnerWidth Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Int32 0

The browser inner window width in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to HideAtWindowInnerWidth
ASPxCallbackPanel
.SettingsAdaptivity.HideAtWindowInnerWidth
ASPxCollapsiblePanel
.SettingsAdaptivity.HideAtWindowInnerWidth
ASPxPanel
.SettingsAdaptivity.HideAtWindowInnerWidth
CallbackPanelSettings
.SettingsAdaptivity.HideAtWindowInnerWidth
CollapsiblePanelSettings
.SettingsAdaptivity.HideAtWindowInnerWidth
MVCxCallbackPanel
.SettingsAdaptivity.HideAtWindowInnerWidth
MVCxPanel
.SettingsAdaptivity.HideAtWindowInnerWidth
PanelSettings
.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