Back to Devexpress

GridViewAdaptivityMode Enum

aspnet-devexpress-dot-web-2f4e5601.md

latest1.5 KB
Original Source

GridViewAdaptivityMode Enum

Lists values that specify the grid layout adaptivity mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridViewAdaptivityMode
vb
Public Enum GridViewAdaptivityMode

Members

NameDescription
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:

Remarks

Values listed by this enumeration are used to set the ASPxGridViewAdaptivitySettings.AdaptivityMode property.

See Also

DevExpress.Web Namespace