Skip to main content

DataControlBase.MovePrevPage() Method

Moves focus backward to the top 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 MovePrevPage()

Remarks

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