Skip to main content
Tab

GridViewColumnFixedStyle Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum GridViewColumnFixedStyle

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