EvaluationContext
Class
Represents the evaluation context of a field.
Definition
Namespace:Telerik.Windows.Documents.Model.Fields
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class EvaluationContext
Inheritance: objectEvaluationContext
Properties
Gets the associated layout box in main document. This property is null if the field is not in a child document.
C#
public LayoutBox AssociatedLayoutBoxInMainDocument { get; }
The associated layout box in main document.
Gets the document.
C#
public RadDocument Document { get; }
The document.
Gets the main document. This property is null if the field is not in a child document.
C#
public RadDocument MainDocument { get; }
The main document.