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