Back to Devexpress

DataViewCommandsBase.MovePrevPage Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewcommandsbase-99340b65.md

latest1.3 KB
Original Source

DataViewCommandsBase.MovePrevPage Property

Moves focus backward by the number of rows or cards displayed onscreen within a View.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ICommand MovePrevPage { get; }
vb
Public ReadOnly Property MovePrevPage As ICommand

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

Corresponding Method: DataViewBase.MovePrevPage.

See Also

DataViewCommandsBase Class

DataViewCommandsBase Members

DevExpress.Xpf.Grid Namespace