Represents a definition of a field property in the Telerik document model.
Definition
Namespace:Telerik.Windows.Documents.Model.Fields
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class FieldPropertyDefinition
Inheritance: objectFieldPropertyDefinition
Constructors
Initializes a new instance of the FieldPropertyDefinition class.
C#
public FieldPropertyDefinition(string propertyName)
The name of the field property.
Properties
Gets the name of the field property.
C#
public string PropertyName { get; }
A string that represents the name of the field property.