Back to Devexpress

DocumentViewerControl.NextPageCommand Property

wpf-devexpress-dot-xpf-dot-documentviewer-dot-documentviewercontrol-a2a8baa6.md

latest1.3 KB
Original Source

DocumentViewerControl.NextPageCommand Property

Returns a command that navigates to the next page of a displayed document.

Namespace : DevExpress.Xpf.DocumentViewer

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

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

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

Property Value

TypeDescription
ICommand

An object implementing the ICommand interface that defines the command.

|

See Also

DocumentViewerControl Class

DocumentViewerControl Members

DevExpress.Xpf.DocumentViewer Namespace