Back to Devexpress

FixedRowPosition Enum

wpf-devexpress-dot-xpf-dot-grid-57608cb6.md

latest1.4 KB
Original Source

FixedRowPosition Enum

Lists the values that specify the position of the fixed row within the grid.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public enum FixedRowPosition
vb
Public Enum FixedRowPosition

Members

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.

|

The following properties accept/return FixedRowPosition values:

Remarks

The values listed by this enumeration are used to set the values of the RowControl.FixedRowPosition and RowData.FixedRowPosition properties.

See Also

DevExpress.Xpf.Grid Namespace