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

ASPxGridViewAdaptivitySettings.HideDataCellsAtWindowInnerWidth Property

Gets or sets a value that defines the maximum browser window inner width when the grid hides its content when rendered.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(0)]
public int HideDataCellsAtWindowInnerWidth { 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:

Library Object Type Path to HideDataCellsAtWindowInnerWidth
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsAdaptivity.HideDataCellsAtWindowInnerWidth
ASP.NET Web Forms Controls ASPxGridView
.SettingsAdaptivity.HideDataCellsAtWindowInnerWidth
GridViewSettings
.SettingsAdaptivity.HideDataCellsAtWindowInnerWidth
GridViewSettings<RowType>
.SettingsAdaptivity.HideDataCellsAtWindowInnerWidth
MVCxGridView
.SettingsAdaptivity.HideDataCellsAtWindowInnerWidth

Remarks

When the ASPxGridViewAdaptivitySettings.AdaptivityMode property is set to HideDataCellsWindowLimit, the grid automatically changes its layout when the browser window inner width is less than or equal to the value specified by the HideDataCellsAtWindowInnerWidth property.

When the HideDataCellsAtWindowInnerWidth property value is set to 0, the grid does not hide its content.

Online Demo

Adaptive Layout

See Also