Skip to main content

DataControlBase.MoveNextPage() Method

Moves focus forward to the bottom row displayed onscreen within a grid.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

public virtual void MoveNextPage()

Remarks

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