Class
NamedDestination

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: IFixedDocumentElement

Inherited Members FixedDocumentElementBase.Parent

Properties

Destination

Gets or sets the underlying destination this name resolves to.

Declaration

cs-api-definition
public Destination Destination { get; set; }

Property Value

Destination

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

GoToAction

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

Name

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

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string

The destination name as a string identifier.

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