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
public enum FixedStyle
Members
Name | Description |
---|---|
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. |
Related API Members
The following properties accept/return FixedStyle values:
Remarks
Use the FixedStyle enumeration’s values to set the GridColumn.FixedStyle property.
See Also