Class
FieldPropertySetter

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.

Declaration

cs-api-definition
public FieldPropertySetter(string propertyName, Field value)

Parameters

propertyName

string

The name of the property to set.

value

Field

The Field value to assign to the property.

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

Field

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

string

The name of the property as a string.