ClassNamedDestination
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:
cs-api-definition
public class NamedDestination : FixedDocumentElementBase, IFixedDocumentElement
Inheritance: objectFixedDocumentElementBaseNamedDestination
Implements:
Inherited Members
Properties
Destination
Gets or sets the underlying destination this name resolves to.
Declaration
cs-api-definition
public Destination Destination { get; set; }
Property Value
The destination object that specifies where to navigate.
GoToAction
Gets or sets the GoTo action executed when the name is invoked as an interactive target.
Declaration
cs-api-definition
public GoToAction GoToAction { get; set; }
Property Value
The GoTo action that will be executed when navigating to this destination.