GridViewColumnFixedStyle Enum
In This Article
Lists values that specify a column’s behavior when the ASPxGridView’s contents is scrolled.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
None
|
A column isn’t fixed to a grid’s left edge, can be moved by dragging, and takes part in horizontal scrolling. |
Left
|
A column is anchored to a grid’s left edge. |
#Related API Members
The following properties accept/return GridViewColumnFixedStyle values:
See Also