ComponentOne FinancialChart for WPF
Value Property (C1NumericBox)



C1.WPF Namespace > C1NumericBox Class : Value Property
Gets or sets the numeric value in the C1NumericBox.
Syntax
'Declaration
 
Public Property Value As Double
'Usage
 
Dim instance As C1NumericBox
Dim value As Double
 
instance.Value = value
 
value = instance.Value
public double Value {get; set;}
public:
property double Value {
   double get();
   void set (    double value);
}
Remarks
Null values are represented by the Value property as double.NaN. See also the AllowNull property.
See Also

Reference

C1NumericBox Class
C1NumericBox Members