ClassFieldTypeNode
Class
Represents a node in a field type expression within Telerik's document model.
Definition
Namespace:Telerik.Windows.Documents.Model.Fields.CodeExpressions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class FieldTypeNode : IFieldCodeExpressionNode
Inheritance: objectFieldTypeNode
Implements:
Constructors
Properties
Methods
GetCodeExpressionFragment()
Retrieves the code expression fragment associated with the field type node.
Declaration
cs-api-definition
public IEnumerable<Inline> GetCodeExpressionFragment()
Returns
A string representing the code expression fragment.
Implements
GetCodeExpressionString()
Retrieves the string representation of the code expression for the field type node.
Declaration
cs-api-definition
public string GetCodeExpressionString()
Returns
A string that represents the code expression associated with the field type node.
Implements