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

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

Constructors

C#
public FieldArgumentNode(string argument)
Parameters:argumentstring

Properties

Represents the text of the field argument node in the document model.

C#
public string Text { get; }

Implements: IFieldArgumentNode.Text

Methods

Retrieves the code expression fragment associated with the field argument node.

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

IEnumerable<Inline>

A string representing the code expression fragment.

Implements: IFieldCodeExpressionNode.GetCodeExpressionFragment()

Retrieves the string representation of the code expression for the field argument node.

C#
public string GetCodeExpressionString()
Returns:

string

A string that represents the code expression associated with the field argument node.

Implements: IFieldCodeExpressionNode.GetCodeExpressionString()