Back to Devexpress

DocumentMapSettings.GoToCommand Property

wpf-devexpress-dot-xpf-dot-documentviewer-dot-documentmapsettings-527ef2f7.md

latest2.0 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

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

Property Value

TypeDescription
ICommand

An object implementing the ICommand interface that defines the command.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to GoToCommand
DocumentMapControl

.ActualSettings .GoToCommand

| | DocumentMapControl |

.Settings .GoToCommand

| | DocumentViewerControl |

.ActualDocumentMapSettings .GoToCommand

|

See Also

DocumentMapSettings Class

DocumentMapSettings Members

DevExpress.Xpf.DocumentViewer Namespace