Skip to main content

DataControlBase.MoveNextRow() Method

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 virtual 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