Back to Devexpress

DataViewCommandsBase.MoveNextPage Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewcommandsbase-5da161dc.md

latest1.3 KB
Original Source

DataViewCommandsBase.MoveNextPage Property

Moves focus forward 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 MoveNextPage { get; }
vb
Public ReadOnly Property MoveNextPage As ICommand

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

Corresponding Method: DataViewBase.MoveNextPage.

See Also

DataViewCommandsBase Class

DataViewCommandsBase Members

DevExpress.Xpf.Grid Namespace