aspnet-devexpress-dot-web-dot-aspxgridviewadaptivitysettings-c9f0ca79.md
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.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(0)]
public int HideDataCellsAtWindowInnerWidth { get; set; }
<DefaultValue(0)>
Public Property HideDataCellsAtWindowInnerWidth As Integer
| Type | Default | Description |
|---|---|---|
| Int32 | 0 |
The browser inner window width in pixels.
|
You can access this nested property as listed below:
| Library | Object Type | Path to HideDataCellsAtWindowInnerWidth |
|---|---|---|
| ASP.NET MVC Extensions | GridViewSettings |
.SettingsAdaptivity .HideDataCellsAtWindowInnerWidth
| | ASP.NET Web Forms Controls | ASPxGridView |
.SettingsAdaptivity .HideDataCellsAtWindowInnerWidth
|
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.
See Also
ASPxGridViewAdaptivitySettings Class