Back to Devexpress

RowData.IsLastFixedRow Property

wpf-devexpress-dot-xpf-dot-grid-dot-rowdata-6eebbfd9.md

latest1.3 KB
Original Source

RowData.IsLastFixedRow Property

Gets whether the associated row is the last fixed row at the top or at the bottom of the TableView.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsLastFixedRow { get; }
vb
Public ReadOnly Property IsLastFixedRow As Boolean

Property Value

TypeDescription
Boolean

true, if the row is the last fixed row at the top or at the bottom of the control; otherwise, false.

|

Remarks

See Also

Fixed Rows

RowData Class

RowData Members

DevExpress.Xpf.Grid Namespace