Gets or sets the numeric value in the C1NumericBox.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.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