New to Telerik UI for WPFStart a free 30-day trial

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; }
Property Value:

The associated layout box in main document.

Gets the document.

C#
public RadDocument Document { get; }
Property Value:

The document.

Gets the main document. This property is null if the field is not in a child document.

C#
public RadDocument MainDocument { get; }
Property Value:

The main document.