FieldArgumentNode
Class
Represents a field argument node within a code expression in the Telerik document model.
Definition
Namespace:Telerik.Windows.Documents.Model.Fields.CodeExpressions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class FieldArgumentNode : IFieldArgumentNode, IFieldCodeExpressionNode
Inheritance: objectFieldArgumentNode
Implements:
Constructors
Properties
Methods
Retrieves the code expression fragment associated with the field argument node.
C#
public IEnumerable<Inline> GetCodeExpressionFragment()
A string representing the code expression fragment.
Implements:
Retrieves the string representation of the code expression for the field argument node.
C#
public string GetCodeExpressionString()
A string that represents the code expression associated with the field argument node.
Implements: