Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

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