NamedDestination
Class
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:
Inherited Members
Properties
Gets or sets the underlying destination this name resolves to.
C#
public Destination Destination { get; set; }
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; }
The GoTo action that will be executed when navigating to this destination.