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

FixedStyle Enum

Contains values specifying the band or column behavior when the View is scrolled.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v18.1.dll

Declaration

public enum FixedStyle

Members

Name Description
None

The band or column takes part in horizontal scrolling.

Left

The band or column is anchored to the View’s left edge.

Right

The band or column is anchored to the View’s right edge.

Related API Members

The following properties accept/return FixedStyle values:

Remarks

Values listed by this enumeration are used to set the GridBand.Fixed and GridColumn.Fixed property values. Please refer to the Columns and Banded Grid Views topics for details on using these properties.

The following code snippets (auto-collected from DevExpress Examples) contain references to the FixedStyle enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also