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

DataControlBase.MoveFirstRow() Method

Moves focus to the first visible row within a grid.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public virtual void MoveFirstRow()

Remarks

To use the MoveFirstRow method, the DataControlBase.NavigationStyle property should be set to NavigationStyle.Row or NavigationStyle.Cell.

To scroll the grid without moving focus, use the DataControlBase.ScrollIntoView method.

See Also