Class EvaluationContext
Represents the evaluation context of a field.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Model.Fields
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class EvaluationContext
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. |