ClassPageReferenceField
Class
Represents a reference to a specific page in a document, allowing for easy navigation and access to page content.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class PageReferenceField : ReferenceFieldBase, ISupportInitialize
Inheritance: objectFieldCodeBasedFieldReferenceFieldBasePageReferenceField
Implements:
Inherited Members
Constructors
PageReferenceField()
Declaration
cs-api-definition
public PageReferenceField()
Fields
Properties
FieldTypeName
Gets the name of the field type.
Declaration
cs-api-definition
public override string FieldTypeName { get; }
Property Value
Overrides
Methods
CreateInstance()
Creates a new instance of the current field class.
Declaration
cs-api-definition
public override Field CreateInstance()
Returns
The new field instance.
Overrides
GetResultFragment()
Builds the result fragment of the field.
Declaration
cs-api-definition
protected override DocumentFragment GetResultFragment()
Returns
The result fragment.
Overrides