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

In This Topic
    OptimizeExpressions Property (C1CalcEngine)
    In This Topic
    Gets or sets whether the calc engine should optimize expressions when they are parsed.
    Syntax
    'Declaration
     
    
    Public Property OptimizeExpressions As System.Boolean
    public System.bool OptimizeExpressions {get; set;}
    See Also