Represents a property within a bibliographic reference.
Definition
Namespace:Telerik.Windows.Documents.Model.BibliographicReferences
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public abstract class BibliographicReferenceProperty
Inheritance: objectBibliographicReferenceProperty
Derived Classes:
Constructors
C#
public BibliographicReferenceProperty(BibliographicSource owner, BibliographicReferencePropertyDefinition propertyDefinition)
Methods
Gets the value of the bibliographic reference property as an object.
C#
public abstract object GetValueAsObject()
The value of the bibliographic reference property represented as an object. This can be any type depending on the specific property being accessed.
Sets the value of the bibliographic reference property.
C#
public abstract void SetValue(object newValue)
The object value to be assigned to the property.