Gets or sets the numeric value in the C1NumericBox.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public double Value { get; set; }
Visual Basic
Public Property Value As Double
	Get
	Set

Remarks

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

See Also