Class
FieldProperty

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

Field

propertyDefinition

FieldPropertyDefinition

Properties

Field

Declaration

cs-api-definition
public Field Field { get; }

Property Value

Field

IsNestedField

Declaration

cs-api-definition
public bool IsNestedField { get; }

Property Value

bool

PropertyDefinition

Declaration

cs-api-definition
public FieldPropertyDefinition PropertyDefinition { get; }

Property Value

FieldPropertyDefinition

Methods

CopyPropertiesFrom(FieldProperty)

Declaration

cs-api-definition
public void CopyPropertiesFrom(FieldProperty other)

Parameters

other

FieldProperty

GetValue()

Declaration

cs-api-definition
public string GetValue()

Returns

string

SetValue(Field)

Declaration

cs-api-definition
public void SetValue(Field fieldValue)

Parameters

fieldValue

Field

SetValue(IFieldArgumentNode)

Declaration

cs-api-definition
public void SetValue(IFieldArgumentNode node)

Parameters

node

IFieldArgumentNode

SetValue(string)

Declaration

cs-api-definition
public void SetValue(string value)

Parameters

value

string