Back to Devexpress

GridViewColumnFixedStyle Enum

aspnet-devexpress-dot-web-da99c00a.md

latest1.2 KB
Original Source

GridViewColumnFixedStyle Enum

Lists values that specify a column’s behavior when the ASPxGridView’s contents is scrolled.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridViewColumnFixedStyle
vb
Public Enum GridViewColumnFixedStyle

Members

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

|

The following properties accept/return GridViewColumnFixedStyle values:

See Also

Grid View

DevExpress.Web Namespace