ClassBibliographyField
Class
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class BibliographyField : CodeBasedField, ISupportInitialize
Inheritance: objectFieldCodeBasedFieldBibliographyField
Implements:
Inherited Members
Constructors
BibliographyField()
Declaration
cs-api-definition
public BibliographyField()
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