Gets or sets the numeric value in the C1NumericBox.

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

This is a dependency property.

See Also