GridViewAdaptivityMode Enum
Lists values that specify the grid layout adaptivity mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
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. |
Related API Members
The following properties accept/return GridViewAdaptivityMode values:
Remarks
Values listed by this enumeration are used to set the ASPxGridViewAdaptivitySettings.AdaptivityMode property.
See Also