aspnet-devexpress-dot-web-2f4e5601.md
Lists values that specify the grid layout adaptivity mode.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum GridViewAdaptivityMode
Public Enum GridViewAdaptivityMode
| Name | Description |
|---|---|
Off |
The adaptivity mode is disabled.
|
| HideDataCells |
The grid hides columns once cell text becomes truncated.
|
| HideDataCellsWindowLimit |
The grid automatically changes its layout when the browser window inner width is less than or equal to the value specified by the ASPxGridViewAdaptivitySettings.HideDataCellsAtWindowInnerWidth property.
|
The following properties accept/return GridViewAdaptivityMode values:
Values listed by this enumeration are used to set the ASPxGridViewAdaptivitySettings.AdaptivityMode property.
See Also