PageReferenceField
Class
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class PageReferenceField : ReferenceFieldBase, ISupportInitialize
Inheritance: objectFieldCodeBasedFieldReferenceFieldBasePageReferenceField
Implements:
Inherited Members
Constructors
C#
public PageReferenceField()
Fields
C#
public static readonly string RelativePageFormat
Properties
Gets the name of the field type.
C#
public override string FieldTypeName { get; }
Overrides:
Methods
Creates a new instance of the current field class.
Builds the result fragment of the field.
C#
protected override DocumentFragment GetResultFragment()
The result fragment.
Overrides: