Represents a node in a nested field argument within the Telerik document model.
Definition
Namespace:Telerik.Windows.Documents.Model.Fields.CodeExpressions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class NestedFieldArgumentNode : IFieldArgumentNode, IFieldCodeExpressionNode
Inheritance: objectNestedFieldArgumentNode
Implements:
Constructors
Properties
Represents a field in a nested field argument node within the Telerik document model.
C#
public Field Field { get; }
Methods
Gets the code expression fragment associated with the nested field argument node.
C#
public IEnumerable<Inline> GetCodeExpressionFragment()
A string representing the code expression fragment.
Implements:
Gets the code expression string for the nested field argument node.
C#
public string GetCodeExpressionString()
A string representing the code expression of the nested field argument node.
Implements: