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

TextComboBoxItem..::..NumericValue Property

Gets or sets the numeric value.

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

Syntax


public int NumericValue { get; set; }
Public Property NumericValue As Integer
	Get
	Set
public:
property int^ NumericValue {
	int^ get ();
	void set (int^ value);
}

Field Value

The numeric value.