Back to Devexpress

DocumentMapCommands.GoToNodeCommand Property

wpf-devexpress-dot-xpf-dot-documentviewer-dot-documentmapcommands-6dd9bbec.md

latest1.3 KB
Original Source

DocumentMapCommands.GoToNodeCommand Property

Returns a command that navigates to a document element corresponding to the selected Document Map’s node.

Namespace : DevExpress.Xpf.DocumentViewer

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

NuGet Package : DevExpress.Wpf.DocumentViewer.Core

Declaration

csharp
public static ICommand GoToNodeCommand { get; }
vb
Public Shared ReadOnly Property GoToNodeCommand As ICommand

Property Value

TypeDescription
ICommand

An object implementing the ICommand interface that defines the command.

|

See Also

DocumentMapCommands Class

DocumentMapCommands Members

DevExpress.Xpf.DocumentViewer Namespace