Skip to main content

DataControlBase.TopRowIndex Property

Gets or sets the index of the top visible row.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(0, Handler = "OnTopRowIndexChanged")]
public int TopRowIndex { get; set; }

#Property Value

Type Description
Int32

An integer value that specifies the index of the top visible row.

#Remarks

Use the TopRowIndex property to scroll the view and display the specified row at the top of the view in code. Setting the TopRowIndex property to a negative value automatically sets it to 0. Setting he TopRowIndex property to a value greater than the maximum allowed top row automatically reverts it to this maximum.

See Also