Class PageField
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class PageField : CodeBasedField, ISupportInitialize
Constructors
PageField()
Declaration
public PageField()
Fields
CachedPageKey
Declaration
public static readonly string CachedPageKey
Field Value
System.String
|
FieldType
Declaration
public static readonly string FieldType
Field Value
System.String
|
Properties
FieldTypeName
Gets the name of the field type.
Declaration
public override string FieldTypeName { get; }
Property Value
System.String
|
Overrides
Methods
CreateInstance()
Creates a new instance of the current field class.
Declaration
public override Field CreateInstance()
Returns
Field
The new field instance. |
Overrides
GetResultFragment()
Builds the result fragment of the field.
Declaration
protected override DocumentFragment GetResultFragment()
Returns
DocumentFragment
The result fragment. |