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)
 
See Also