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

DataControlCommandsBase.MovePrevPage Property

Moves focus backward by the number of rows displayed onscreen.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public ICommand MovePrevPage { get; }

Property Value

Type Description
ICommand

A command that implements the ICommand interface.

See Also