Back to Devexpress

RowData.FixedRowPosition Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowdata-eff1bba3.md

latest1.5 KB
Original Source

RowData.FixedRowPosition Property

Gets or sets the row’s fix position.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public FixedRowPosition FixedRowPosition { get; }
vb
Public ReadOnly Property FixedRowPosition As FixedRowPosition

Property Value

TypeDescription
FixedRowPosition

A FixedRowPosition enumeration value that is the fixed row’s position.

|

Available values:

NameDescription
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

Fixed Rows

RowData Class

RowData Members

DevExpress.Xpf.Grid Namespace