Class FieldProperty
Inheritance
System.Object
FieldProperty
Namespace: Telerik.Windows.Documents.Model.Fields
Assembly: Telerik.Windows.Documents.dll
Syntax
public class FieldProperty : Object
Constructors
FieldProperty(Field, FieldPropertyDefinition)
Declaration
public FieldProperty(Field owner, FieldPropertyDefinition propertyDefinition)
Parameters
Field
owner
|
FieldPropertyDefinition
propertyDefinition
|
Properties
Field
IsNestedField
Declaration
public bool IsNestedField { get; }
Property Value
System.Boolean
|
PropertyDefinition
Declaration
public FieldPropertyDefinition PropertyDefinition { get; }
Property Value
FieldPropertyDefinition
|
Methods
CopyPropertiesFrom(FieldProperty)
GetValue()
Declaration
public string GetValue()
Returns
System.String
|
SetValue(String)
Declaration
public void SetValue(string value)
Parameters
System.String
value
|