ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputTimeTagHelper Class / HandleWheel Property

In This Topic
    HandleWheel Property (InputTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ComboBoxBase<T>.HandleWheel. Sets a value that determines whether the user can use the mouse wheel to change the currently selected item.
    Syntax
    'Declaration
     
    Public Property HandleWheel As Boolean
    public bool HandleWheel {get; set;}
    Remarks
    The default value for this property is **true**.
    See Also