Skip to main content

RowData.FixedRowPosition Property

Gets or sets the row’s fix position.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public FixedRowPosition FixedRowPosition { get; }

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