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

In This Topic
    Variables Property (C1CalcEngine)
    In This Topic
    Gets the dictionary that contains simple variables (not in the DataContext).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Variables As System.Collections.Generic.Dictionary(Of String,Object)
    public System.Collections.Generic.Dictionary<string,object> Variables {get;}
    See Also