UseMouseWheelForGroupNavigation Property (C1SchedulerSettings)
In This Topic
Gets or sets the
System.Boolean value determining whether mouse wheel in the TimeLine view should be used for group navigation. The default value is false.
Syntax
'Declaration
Public Property UseMouseWheelForGroupNavigation As Boolean
public bool UseMouseWheelForGroupNavigation {get; set;}
See Also