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.v20.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:

Library Related API Members
ASP.NET Controls and MVC Extensions FileManagerDetailsColumn.FixedStyle
GridViewColumn.FixedStyle
ASP.NET Bootstrap Controls BootstrapFileManagerDetailsCustomColumn.FixedStyle
BootstrapGridViewBandColumn.FixedStyle
BootstrapGridViewCommandColumn.FixedStyle
BootstrapGridViewDataColumn.FixedStyle

See Also