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.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.DocumentViewer.Core
Declaration
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 |
|
DocumentMapControl |
|
DocumentViewerControl |
|
See Also