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

DataControlBase.MovePrevPage() Method

Moves focus backward to the top row displayed onscreen within a grid.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

public virtual void MovePrevPage()

Remarks

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

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

See Also