Skip to main content

GridColumn.FixedStyle Property

Gets or sets whether a column is fixed. This is a bindable property.

Namespace: DevExpress.Mobile.DataGrid

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

Declaration

[XtraSerializableProperty]
public FixedStyle FixedStyle { get; set; }

Property Value

Type Description
FixedStyle

A FixedStyle enumeration value that specifies whether a column is anchored, and how.

Available values:

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.

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.

See Also