Gets or sets the numeric value in the C1NumericBox.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.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.