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

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

Properties

Gets or sets the value of the bibliographic reference property.

C#
public T Value { get; }
Property Value:

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()
Returns:

object

The value of the property, cast to an object type.

Overrides: BibliographicReferenceProperty.GetValueAsObject()

Sets the value of the bibliographic reference property.

C#
public override void SetValue(object newValue)
Parameters:newValueobject

Overrides: BibliographicReferenceProperty.SetValue(object)