Skip to main content

GridViewAdaptiveColumnPosition Enum

Lists values that specify an adaptive column position.

Namespace: DevExpress.AspNetCore

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

Declaration

public enum GridViewAdaptiveColumnPosition

Members

Name Description
None

The adaptive column is not displayed in the grid.

Left

The adaptive column is displayed to the left of the grid columns.

Right

The adaptive column is displayed to the right of the grid columns.

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