PageField
Class
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class PageField : CodeBasedField, ISupportInitialize
Inheritance: objectFieldCodeBasedFieldPageField
Implements:
Inherited Members
Constructors
C#
public PageField()
Fields
C#
public static readonly string CachedPageKey
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: