ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / InputNumber Class / Value Property

In This Topic
    Value Property (InputNumber)
    In This Topic
    Gets or sets the current value of the control.
    Syntax
    'Declaration
     
    Public Property Value As Nullable(Of Double)
    public Nullable<double> Value {get; set;}
    See Also