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

CalculatorProcessor..::..ComittedValue Property

Gets the comitted value.

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

Syntax


public Nullable<double> ComittedValue { get; set; }
Public Property ComittedValue As Nullable(Of Double)
	Get
	Set
public:
property Nullable<double^> ComittedValue {
	Nullable<double^> get ();
	void set (Nullable<double^> value);
}

Field Value

The comitted value.