RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

CalculatorProcessor..::..CalculationError Property

Gets a value indicating whether [calculation error].

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public bool CalculationError { get; set; }
Public Property CalculationError As Boolean
	Get
	Set
public:
property bool^ CalculationError {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [calculation error]; otherwise, false.