Gets or sets the numeric value in the C1NumericBox.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public double Value { get; set; }
Visual Basic
Public Property Value As Double
	Get
	Set
XAML Attribute Usage
<object Value="double" .../>

Remarks

Null values are represented by the Value property as double.NaN. See also the AllowNull property.

See Also