Gets or sets value that indicates whether expressions will be recalculate for all elemnts or for of these elements only.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public bool RecalculateAll { get; set; }
Visual Basic (Declaration)
Public Property RecalculateAll As Boolean
Visual C++
public:
property bool RecalculateAll {
	bool get ();
	void set (bool value);
}

See Also