ClassFieldProperty
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
FieldProperty(Field, FieldPropertyDefinition)
Declaration
public FieldProperty(Field owner, FieldPropertyDefinition propertyDefinition)
Parameters
owner
propertyDefinition
Properties
Field
Represents a field property in a document model.
IsNestedField
Gets a value indicating whether the field property is a nested field.
PropertyDefinition
Represents the definition of a property for a field in the Telerik document model.
Declaration
public FieldPropertyDefinition PropertyDefinition { get; }
Property Value
Methods
CopyPropertiesFrom(FieldProperty)
Copies properties from the specified FieldProperty instance to the current instance.
Declaration
public void CopyPropertiesFrom(FieldProperty other)
Parameters
other
The FieldProperty instance from which to copy properties.
GetValue()
Retrieves the value of the specified field property.
Declaration
public string GetValue()
Returns
The value of the field property as a generic type T.
SetValue(Field)
Sets the value of the specified field property.
Declaration
public void SetValue(Field fieldValue)
Parameters
fieldValue
The field object that contains the value to set.
SetValue(IFieldArgumentNode)
Sets the value of the field property using the specified field argument node.
Declaration
public void SetValue(IFieldArgumentNode node)
Parameters
node
The field argument node that contains the value to set.
SetValue(string)
Sets the value of the specified field property.
Declaration
public void SetValue(string value)
Parameters
value
The string value to set for the field property.