New to Telerik UI for WPFStart a free 30-day trial

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: BibliographicReferenceProperty<T>

Constructors

C#
public BibliographicReferenceProperty(BibliographicSource owner, BibliographicReferencePropertyDefinition propertyDefinition)
Parameters:ownerBibliographicSourcepropertyDefinitionBibliographicReferencePropertyDefinition

Methods

Gets the value of the bibliographic reference property as an object.

C#
public abstract object GetValueAsObject()
Returns:

object

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)
Parameters:newValueobject

The object value to be assigned to the property.