Class BibliographyField
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class BibliographyField : CodeBasedField, ISupportInitialize
Constructors
BibliographyField()
Declaration
public BibliographyField()
Fields
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. |