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