ComponentOne Binding Expressions for WPF and Silverlight
C1.WPF.Binding Namespace / C1CalcEngine Class / DataContext Property

In This Topic
    DataContext Property (C1CalcEngine)
    In This Topic
    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