GridViewAdaptivityMode Enum
In This Article
Lists values that specify the grid layout adaptivity mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Off
|
The adaptivity mode is disabled. |
Hide
|
The grid hides columns once cell text becomes truncated. |
Hide
|
The grid automatically changes its layout when the browser window inner width is less than or equal to the value specified by the ASPx |
#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