Skip to main content
Tab

GridViewAdaptiveColumnPosition Enum

Lists values that specify an adaptive column position.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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.

Related API Members

The following properties accept/return GridViewAdaptiveColumnPosition values:

Remarks

Values listed by this enumerator are used to set the ASPxGridViewAdaptivitySettings.AdaptiveColumnPosition property’s value.

Adaptivity_ColumnPosition

See Also