ClassBibliographicReferenceProperty<T>
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:
public class BibliographicReferenceProperty<T> : BibliographicReferenceProperty
Inheritance: objectBibliographicReferencePropertyBibliographicReferenceProperty<T>
Constructors
BibliographicReferenceProperty(BibliographicSource, BibliographicReferencePropertyDefinition)
Declaration
public BibliographicReferenceProperty(BibliographicSource owner, BibliographicReferencePropertyDefinition propertyDefinition)
Parameters
owner
propertyDefinition
Properties
Value
Gets or sets the value of the bibliographic reference property.
Declaration
public T Value { get; }
Property Value
T
The value associated with the bibliographic reference property.
Methods
GetValueAsObject()
Retrieves the value of the bibliographic reference property as an object.
Declaration
public override object GetValueAsObject()
Returns
The value of the property, cast to an object type.
Overrides
SetValue(object)
Sets the value of the bibliographic reference property.
Declaration
public override void SetValue(object newValue)
Parameters
newValue
Overrides