ComponentOne Basic Library for UWP
Value Property (C1NumericBox)

C1.UWP Assembly > C1.Xaml Namespace > C1NumericBox Class : Value Property
Gets or sets the numeric value in the C1NumericBox.
Syntax
'Declaration
 
Public Property Value As System.Double
public System.double Value {get; set;}
Remarks
Null values are represented by the Value property as double.NaN. See also the AllowNull property.
See Also

Reference

C1NumericBox Class
C1NumericBox Members