Back to Devexpress

DocumentViewerControl.NavigateCommand Property

wpf-devexpress-dot-xpf-dot-documentviewer-dot-documentviewercontrol-4ed56628.md

latest1.3 KB
Original Source

DocumentViewerControl.NavigateCommand Property

Returns a command that navigates to a specified target location within 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 NavigateCommand { get; }
vb
Public ReadOnly Property NavigateCommand 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