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