Back to Devexpress

GridViewAdaptiveColumnPosition Enum

aspnet-devexpress-dot-web-83eb8177.md

latest1.4 KB
Original Source

GridViewAdaptiveColumnPosition Enum

Lists values that specify an adaptive column position.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridViewAdaptiveColumnPosition
vb
Public Enum GridViewAdaptiveColumnPosition

Members

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

|

The following properties accept/return GridViewAdaptiveColumnPosition values:

Remarks

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

See Also

DevExpress.Web Namespace