ASP.NET MVC Controls | ComponentOne
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
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(0)>
    Public Property Value As Nullable(Of Double)
    [Json(1)]
    [DefaultValue(0)]
    public Nullable<double> Value {get; set;}
    See Also