Gets or sets whether the calc engine should optimize expressions when they are parsed.

Namespace:  C1.Silverlight.Binding
Assembly:  C1.Silverlight.Binding.5 (in C1.Silverlight.Binding.5.dll)

Syntax

C#
public bool OptimizeExpressions { get; set; }
Visual Basic
Public Property OptimizeExpressions As Boolean
	Get
	Set

See Also