New to Telerik Document ProcessingStart a free 30-day trial

Destination alias identified by a unique name, allowing indirect references from bookmarks, links, and actions.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Navigation

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public class NamedDestination : FixedDocumentElementBase, IFixedDocumentElement

Inheritance: objectFixedDocumentElementBaseNamedDestination

Implements: IFixedDocumentElement

Inherited Members FixedDocumentElementBase.Parent

Properties

Gets or sets the underlying destination this name resolves to.

C#
public Destination Destination { get; set; }
Property Value:

The destination object that specifies where to navigate.

Gets or sets the GoTo action executed when the name is invoked as an interactive target.

C#
public GoToAction GoToAction { get; set; }
Property Value:

The GoTo action that will be executed when navigating to this destination.

Gets or sets the unique identifier used by external navigation elements to resolve this destination.

C#
public string Name { get; set; }
Property Value:

The destination name as a string identifier.

In this article
DefinitionPropertiesDestinationGoToActionName
Not finding the help you need?
Contact Support