C1.Web.Mvc Namespace / InputDate Class / HandleWheel Property

In This Topic
HandleWheel Property (InputDate)
In This Topic
Gets or sets a value that determines whether the user can edit the current value using the mouse wheel.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property HandleWheel As Boolean
 
Remarks
The default value for this property is **true**. Setting this property to **false** also disables the custom wheel handling for the control's drop-down.
See Also