RowData.FixedRowPosition Property
Gets or sets the row’s fix position.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
FixedRowPosition | A FixedRowPosition enumeration value that is the fixed row’s position. |
Available values:
Name | Description |
---|---|
None | The row is not fixed. |
Top | The row is fixed at the top of the grid. |
Bottom | The row is fixed at the bottom of the grid. |
Remarks
Use the FixedRowPosition property to get the row’s fixed position. If the row is not fixed, the FixedRowPosition property returns FixedRowPosition.None.
See Also