Class FieldPropertySetter
Inheritance
System.Object
FieldPropertySetter
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class FieldPropertySetter : Object
Constructors
FieldPropertySetter()
Declaration
public FieldPropertySetter()
FieldPropertySetter(String, Field)
Declaration
public FieldPropertySetter(string propertyName, Field value)
Parameters
System.String
propertyName
|
Field
value
|
Properties
NestedFieldValue
Declaration
[XamlCompositePropertySerializable]
public Field NestedFieldValue { get; set; }
Property Value
Field
|
PropertyName
Declaration
[XamlSerializable]
public string PropertyName { get; set; }
Property Value
System.String
|