Gets or sets the DataContext for this C1CalcEngine.

Namespace:  C1.Silverlight.Binding
Assembly:  C1.Silverlight.Binding.5 (in C1.Silverlight.Binding.5.dll)

Syntax

C#
public virtual Object DataContext { get; set; }
Visual Basic
Public Overridable Property DataContext As Object
	Get
	Set

Remarks

Once a DataContext is set, all public properties of the object become available to the CalcEngine, including sub-properties such as "Address.Street". These may be used with expressions just like any other constant.

See Also