Skip to main content

GridControl.MoveNextRow() Method

In This Article

Moves focus to the row following the one currently focused.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

#Declaration

public override void MoveNextRow()

#Remarks

To use the MoveNextRow 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