BootstrapGridViewAdaptivitySettings.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.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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:
Object Type | Path to HideDataCellsAtWindowInnerWidth |
---|---|
BootstrapGridView |
|
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.
Note
View the Demo To see this feature in action, please refer to the following online demo: Adaptive Layout