IFieldCodeExpressionNode
Interface
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:
Methods
Retrieves the code expression fragment associated with the field code expression node.
C#
IEnumerable<Inline> GetCodeExpressionFragment()
A string representing the code expression fragment.
Retrieves the string representation of the code expression for the field.
C#
string GetCodeExpressionString()
A string that represents the code expression associated with the field.