[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.InputNumberBuilder.Step

Step Method

Step(double)

Configurates Step. Sets the amount to add or subtract to the Value property when the user clicks the spinner buttons.

Declaration
public InputNumberBuilder Step(double value)
Public Function [Step](value As Double) As InputNumberBuilder
Parameters
Type Name Description
double value

The value.

Returns
Type Description
InputNumberBuilder

Current builder.