GridViewAdaptiveColumnPosition Enum
In This Article
Lists values that specify an adaptive column position.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Bootstrap.v18.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. |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also