ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Calendar Class / HandleWheel Property

In This Topic
    HandleWheel Property (Calendar)
    In This Topic
    Gets or sets a value that determines whether the user can change the current displayMonth using the mouse wheel.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property HandleWheel As Boolean
    [DefaultValue(true)]
    public bool HandleWheel {get; set;}
    Remarks
    The default value for this property is **true**.
    See Also