Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1NumericBox<TNumeric> Class / Value Property

In This Topic
    Value Property (C1NumericBox<TNumeric>)
    In This Topic
    Get or set value of numeric box.
    Syntax
    'Declaration
     
    
    Public Property Value As TNumeric
    public TNumeric Value {get; set;}
    See Also