FieldProperty
Represents a property of a field within the Telerik document model.
Definition
Namespace:Telerik.Windows.Documents.Model.Fields
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class FieldProperty
Inheritance: objectFieldProperty
Constructors
public FieldProperty(Field owner, FieldPropertyDefinition propertyDefinition)
Properties
Gets a value indicating whether the field property is a nested field.
public bool IsNestedField { get; }
Represents the definition of a property for a field in the Telerik document model.
public FieldPropertyDefinition PropertyDefinition { get; }
Methods
Copies properties from the specified FieldProperty instance to the current instance.
public void CopyPropertiesFrom(FieldProperty other)
The FieldProperty instance from which to copy properties.
Retrieves the value of the specified field property.
Sets the value of the specified field property.
public void SetValue(Field fieldValue)
The field object that contains the value to set.
Sets the value of the field property using the specified field argument node.
public void SetValue(IFieldArgumentNode node)
The field argument node that contains the value to set.
Sets the value of the specified field property.
public void SetValue(string value)
The string value to set for the field property.