Skip to main content

GridViewAdaptivityMode Enum

Lists values that specify the grid layout adaptivity mode.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum GridViewAdaptivityMode

Members

Name Description
Off

The adaptivity mode is disabled.

HideDataCells

The grid hides columns once cell text becomes truncated. This could be possible in two cases.

  • all columns have a fixed width and GridView has a fixed layout;
  • column wrapping is disabled.
HideDataCellsWindowLimit

The grid automatically changes its layout when the browser window inner width is less than or equal to the value specified using the BootstrapGridViewAdaptivitySettingsBuilderBase`1.HideDataCellsAtWindowInnerWidth method.

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also