Represents the definition of a bibliographic reference property.
Definition
Namespace:Telerik.Windows.Documents.Model.BibliographicReferences
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class BibliographicReferencePropertyDefinition
Inheritance: objectBibliographicReferencePropertyDefinition
Constructors
Properties
Gets the display name of the bibliographic reference property.
C#
public string DisplayName { get; }
A string representing the display name associated with the bibliographic reference property.
Provides an example text that describes the bibliographic reference property.
C#
public string ExampleText { get; }
Methods
Calculates the hash code for the current instance of the BibliographicReferencePropertyDefinition class.
C#
public override int GetHashCode()
A 32-bit signed integer that serves as the hash code for the current instance.
Overrides: