ClassFieldProperty
Class
Definition
Namespace:Telerik.WinForms.Documents.Model.Fields
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class FieldProperty
Inheritance: objectFieldProperty
Constructors
FieldProperty(Field, FieldPropertyDefinition)
Declaration
cs-api-definition
public FieldProperty(Field owner, FieldPropertyDefinition propertyDefinition)
Parameters
owner
propertyDefinition
Properties
PropertyDefinition
Declaration
cs-api-definition
public FieldPropertyDefinition PropertyDefinition { get; }
Property Value
Methods
CopyPropertiesFrom(FieldProperty)
Declaration
cs-api-definition
public void CopyPropertiesFrom(FieldProperty other)
Parameters
other
SetValue(IFieldArgumentNode)
Declaration
cs-api-definition
public void SetValue(IFieldArgumentNode node)
Parameters
node