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