ComponentOne Binding Expressions for WPF and Silverlight
DataContext Property (C1CalcEngine)

C1.WPF.Binding Namespace > C1CalcEngine Class : DataContext Property
Gets or sets the DataContext for this C1CalcEngine.
Syntax
'Declaration
 
Public Overridable Property DataContext As System.Object
public virtual System.object DataContext {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

Reference

C1CalcEngine Class
C1CalcEngine Members