ClassFieldArgumentNode
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:
cs-api-definition
public class FieldArgumentNode : IFieldArgumentNode, IFieldCodeExpressionNode
Inheritance: objectFieldArgumentNode
Implements:
Constructors
Properties
Methods
GetCodeExpressionFragment()
Retrieves the code expression fragment associated with the field argument 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 argument node.
Declaration
cs-api-definition
public string GetCodeExpressionString()
Returns
A string that represents the code expression associated with the field argument node.
Implements