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.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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