Skip to main content
Tab

GridViewAdaptivityMode Enum

Lists values that specify the grid layout adaptivity mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum GridViewAdaptivityMode

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