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

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.v19.1.Core.dll

Declaration

public ICommand NavigateCommand { get; }

Property Value

Type Description
ICommand

An object implementing the ICommand interface that defines the command.

See Also