ClassNestedFieldArgumentNode
Class
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:
cs-api-definition
public class NestedFieldArgumentNode : IFieldArgumentNode, IFieldCodeExpressionNode
Inheritance: objectNestedFieldArgumentNode
Implements:
Constructors
Properties
Field
Represents a field in a nested field argument node within the Telerik document model.
Methods
GetCodeExpressionFragment()
Gets the code expression fragment associated with the nested field argument node.
Declaration
cs-api-definition
public IEnumerable<Inline> GetCodeExpressionFragment()
Returns
A string representing the code expression fragment.
Implements
GetCodeExpressionString()
Gets the code expression string for the nested field argument node.
Declaration
cs-api-definition
public string GetCodeExpressionString()
Returns
A string representing the code expression of the nested field argument node.
Implements