Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool IsLastFixedRow { get; }

Property Value

Type Description
Boolean

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

Remarks

WPF_Grid_FixedRows_IsLastFixedRow.png

See Also