ClassFieldPropertySetter
Class
Represents a setter for a field property in the Telerik document model. This class is used to assign a value, including nested fields, to a specific property of a field within a document.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class FieldPropertySetter
Inheritance: objectFieldPropertySetter
Constructors
FieldPropertySetter()
Declaration
cs-api-definition
public FieldPropertySetter()
FieldPropertySetter(string, Field)
Initializes a new instance of the FieldPropertySetter class with the specified property name and nested field value.
Properties
NestedFieldValue
Sets the value for a nested field in a document model.
Declaration
cs-api-definition
[XamlCompositePropertySerializable]
public Field NestedFieldValue { get; set; }
Property Value
PropertyName
Gets the name of the property that this FieldPropertySetter is responsible for setting.
Declaration
cs-api-definition
[XamlSerializable]
public string PropertyName { get; set; }
Property Value
The name of the property as a string.