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

C1.WPF.Binding Namespace > C1CalcEngine Class : Variables Property
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

Reference

C1CalcEngine Class
C1CalcEngine Members