Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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:

Object Type Path to HideDataCellsAtWindowInnerWidth
BootstrapGridView
.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.

Note

View the Demo To see this feature in action, please refer to the following online demo: Adaptive Layout

See Also