Skip to main content

FixedStyle Enum

Lists values that specify a column’s behavior when a grid is horizontally scrolled.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public enum FixedStyle

Members

Name Description
None

A column is not anchored and takes part in horizontal scrolling.

Left

A column is anchored to the grid’s left edge.

Right

A column is anchored to the grid’s right edge.

Related API Members

The following properties accept/return FixedStyle values:

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

The FixedStyle enumeration values are used by the GridColumn.FixedStyle property.

See Also