InterfaceIFieldCodeExpressionNode
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:
cs-api-definition
public interface IFieldCodeExpressionNode
Methods
GetCodeExpressionFragment()
Retrieves the code expression fragment associated with the field code expression node.
Declaration
cs-api-definition
IEnumerable<Inline> GetCodeExpressionFragment()
Returns
A string representing the code expression fragment.
GetCodeExpressionString()
Retrieves the string representation of the code expression for the field.
Declaration
cs-api-definition
string GetCodeExpressionString()
Returns
A string that represents the code expression associated with the field.