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

NumericEditControl<(Of <(<'T>)>)>..::..Value Property

Gets or sets the value. This is a bind-able property.

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

Syntax


public T Value { get; set; }
Public Property Value As T
	Get
	Set
public:
property T Value {
	T get ();
	void set (T value);
}

Field Value

The value.