Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1NumericEdit Class / Value Property

In This Topic
    Value Property (C1NumericEdit)
    In This Topic
    Gets or sets the current DataType representation of the visual information contained in the control.
    Syntax
    'Declaration
     
    
    Public Overrides Property Value As Object
    public override object Value {get; set;}
    See Also