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

Represents an interface for field code expression nodes in the Telerik document model.

Definition

Namespace:Telerik.Windows.Documents.Model.Fields.CodeExpressions

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public interface IFieldCodeExpressionNode

Derived Classes: FieldArgumentNodeFieldCodeExpressionFieldNodeWithArgumentBaseFieldSwitchNodeFieldTypeNodeNestedFieldArgumentNode...

Methods

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

C#
IEnumerable<Inline> GetCodeExpressionFragment()
Returns:

IEnumerable<Inline>

A string representing the code expression fragment.

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

C#
string GetCodeExpressionString()
Returns:

string

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