Class FieldPropertySetter
Inheritance
System.Object
FieldPropertySetter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class FieldPropertySetter
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
|