GridViewAdaptivityMode Enum
In This Article
Lists values that specify the grid layout adaptivity mode.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
#Members
Name | Description |
---|---|
Off | The adaptivity mode is disabled. |
Hide |
The grid hides columns once cell text becomes truncated. This could be possible in two cases.
|
Hide |
The grid automatically changes its layout when the browser window inner width is less than or equal to the value specified using the Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also