GridViewAdaptiveColumnPosition Enum
In This Article
Lists values that specify an adaptive column position.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
#Declaration
#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.
See Also