Skip to main content

RowControl.FixedRowPosition Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public FixedRowPosition FixedRowPosition { get; set; }

Property Value

Type
FixedRowPosition

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.

See Also