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

In This Topic
    CacheExpressions Property (C1CalcEngine)
    In This Topic
    Gets or sets whether the calc engine should keep a cache with parsed expressions.
    Syntax
    'Declaration
     
    
    Public Property CacheExpressions As System.Boolean
    public System.bool CacheExpressions {get; set;}
    See Also