[]
Gets or sets a value indicating whether user can navigate by mouse wheel.
[Browsable(true)]
public bool NavigateOnWheel { get; set; }
<Browsable(True)>
Public Property NavigateOnWheel As Boolean
Type | Description |
---|---|
bool | A bool type that represents the value. The default is true.. |
If this property is set to false, the DropDownCalendarInfo will not navigate on mouse wheel.