Back to Devexpress

ASPxGridViewAdaptivitySettings.HideDataCellsAtWindowInnerWidth Property

aspnet-devexpress-dot-web-dot-aspxgridviewadaptivitysettings-c9f0ca79.md

latest2.5 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(0)]
public int HideDataCellsAtWindowInnerWidth { get; set; }
vb
<DefaultValue(0)>
Public Property HideDataCellsAtWindowInnerWidth As Integer

Property Value

TypeDefaultDescription
Int320

The browser inner window width in pixels.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to HideDataCellsAtWindowInnerWidth
ASP.NET MVC ExtensionsGridViewSettings

.SettingsAdaptivity .HideDataCellsAtWindowInnerWidth

| | ASP.NET Web Forms Controls | ASPxGridView |

.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

Adaptivity

ASPxGridViewAdaptivitySettings Class

ASPxGridViewAdaptivitySettings Members

DevExpress.Web Namespace