Back to Devexpress

FixedStyle Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-datagrid-451e095e.md

latest1.2 KB
Original Source

FixedStyle Enum

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

Namespace : DevExpress.XamarinForms.DataGrid

Assembly : DevExpress.XamarinForms.Grid.dll

NuGet Package : DevExpress.XamarinForms.Grid

Declaration

csharp
public enum FixedStyle

Members

NameDescription
None

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

| | Start |

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

| | End |

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

|

The following properties accept/return FixedStyle values:

Remarks

Use the FixedStyle enumeration’s values to set the GridColumn.FixedStyle property.

See Also

DevExpress.XamarinForms.DataGrid Namespace