Gets or sets whether the calc engine should keep a cache with parsed expressions.

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

Syntax

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

See Also