New to Telerik UI for WPFStart a free 30-day trial

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: IFieldArgumentNodeIFieldCodeExpressionNode

Constructors

C#
public NestedFieldArgumentNode(Field field)
Parameters:fieldField

Properties

Represents a field in a nested field argument node within the Telerik document model.

C#
public Field Field { get; }

Gets the text of the nested field argument node.

C#
public string Text { get; }

Implements: IFieldArgumentNode.Text

Methods

Gets the code expression fragment associated with the nested field argument node.

C#
public IEnumerable<Inline> GetCodeExpressionFragment()
Returns:

IEnumerable<Inline>

A string representing the code expression fragment.

Implements: IFieldCodeExpressionNode.GetCodeExpressionFragment()

Gets the code expression string for the nested field argument node.

C#
public string GetCodeExpressionString()
Returns:

string

A string representing the code expression of the nested field argument node.

Implements: IFieldCodeExpressionNode.GetCodeExpressionString()