[]
        
(Showing Draft Content)

C1.WPF.Binding.C1CalcEngine.DataContext

DataContext Property

DataContext

Gets or sets the DataContext for this C1CalcEngine.

Declaration
public virtual 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.