[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.InputNumberBuilder.HandleWheel

HandleWheel Method

HandleWheel(bool)

Configurates HandleWheel. Sets a value that determines whether the user can edit the value using the mouse wheel.

Declaration
public InputNumberBuilder HandleWheel(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
InputNumberBuilder

Current builder.

Remarks

The default value for this property is true.