Back to Devexpress

GridView.PrevTopRowIndex Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-5a66a9d5.md

latest1.8 KB
Original Source

GridView.PrevTopRowIndex Property

Gets the index of the previous top visible row after a vertical scroll operation.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public int PrevTopRowIndex { get; }
vb
<Browsable(False)>
Public ReadOnly Property PrevTopRowIndex As Integer

Property Value

TypeDescription
Int32

An integer value that represents the index of the previous top visible row.

|

Remarks

After a vertical scroll operation, the PrevTopRowIndex and GridView.TopRowIndex properties return the indexes of the previous and current top visible rows. To respond to vertical scrolling, handle the GridView.TopRowChanged event.

See Also

TopRowChanged

TopRowIndex

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace