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

DocumentMapSettings.GoToCommand Property

Returns a command that navigates to a document element corresponding to the selected bookmark.

Namespace: DevExpress.Xpf.DocumentViewer

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

NuGet Package: DevExpress.Wpf.DocumentViewer.Core

Declaration

public ICommand GoToCommand { get; }

Property Value

Type Description
ICommand

An object implementing the ICommand interface that defines the command.

Property Paths

You can access this nested property as listed below:

Object Type Path to GoToCommand
DocumentMapControl
.ActualSettings .GoToCommand
DocumentMapControl
.Settings .GoToCommand
DocumentViewerControl
See Also