Back to Devexpress

RowData.RowPosition Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowdata-90007f14.md

latest1.3 KB
Original Source

RowData.RowPosition Property

Gets the row’s position within a View.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public RowPosition RowPosition { get; }
vb
Public ReadOnly Property RowPosition As RowPosition

Property Value

TypeDescription
RowPosition

A RowPosition enumeration value that specifies the row’s position within a View.

|

Available values:

NameDescription
Top

Corresponds to the first row within a row level.

| | Middle |

Corresponds to a row displayed between the top and bottom rows within a level.

| | Bottom |

Corresponds to the last row within a row level.

| | Single |

Corresponds to the only row displayed within a row level.

|

See Also

RowData Class

RowData Members

DevExpress.Xpf.Grid Namespace