Skip to main content
A newer version of this page is available. .
Tab

GridViewColumnFixedStyle Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapFileManagerDetailsCustomColumn.FixedStyle
BootstrapGridViewBandColumn.FixedStyle
BootstrapGridViewCommandColumn.FixedStyle
BootstrapGridViewDataColumn.FixedStyle
ASP.NET Web Forms Controls FileManagerDetailsColumn.FixedStyle
GridViewColumn.FixedStyle

Remarks

The values listed by this enumeration are used to set the GridViewColumn.FixedStyle property’s value.

See Also