Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1NumericBox Class / Value Property

In This Topic
    Value Property (C1NumericBox)
    In This Topic
    Gets or sets the numeric value in the C1NumericBox.
    Syntax
    'Declaration
     
    
    Public Property Value As Double
    public double Value {get; set;}
    Remarks
    Null values are represented by the Value property as double.NaN. See also the AllowNull property.
    See Also