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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 Web Forms Controls | ASPxGridView |
|
ASP.NET MVC Extensions | GridViewSettings |
|
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
See Also