Represents a property of a bibliographic reference in the Telerik document model.
Definition
Namespace:Telerik.Windows.Documents.Model.BibliographicReferences
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Type Parameters:
T
The type of the value associated with the bibliographic reference property.
Syntax:
C#
public class BibliographicReferenceProperty<T> : BibliographicReferenceProperty
Inheritance: objectBibliographicReferencePropertyBibliographicReferenceProperty<T>
Constructors
C#
public BibliographicReferenceProperty(BibliographicSource owner, BibliographicReferencePropertyDefinition propertyDefinition)
Properties
Gets or sets the value of the bibliographic reference property.
C#
public T Value { get; }
The value associated with the bibliographic reference property.
Methods
Retrieves the value of the bibliographic reference property as an object.
C#
public override object GetValueAsObject()
The value of the property, cast to an object type.
Overrides:
Sets the value of the bibliographic reference property.