ClassFieldPropertyDefinition
Class
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:
cs-api-definition
public class FieldPropertyDefinition
Inheritance: objectFieldPropertyDefinition
Constructors
FieldPropertyDefinition(string)
Initializes a new instance of the FieldPropertyDefinition class.
Declaration
cs-api-definition
public FieldPropertyDefinition(string propertyName)
Parameters
propertyName
The name of the field property.
Properties
PropertyName
Gets the name of the field property.
Declaration
cs-api-definition
public string PropertyName { get; }
Property Value
A string that represents the name of the field property.