Back to Devexpress

RowControl.FixedRowPosition Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowcontrol-4dc348ac.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

Type
FixedRowPosition

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.

|

See Also

Fixed Rows

RowControl Class

RowControl Members

DevExpress.Xpf.Grid Namespace