Search
TimetableSettings.setEnableAutoDayChange Method
See Also
 






Sets a value indicating whether the CalendarView.Timetable view will automatically scroll one day forth and back when the user moves the mouse at the top or at the bottom of the view.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setEnableAutoDayChange (
    Boolean value
)

 Parameters

value

A Boolean value. Set to null to use the corresponding value from the current theme.

 See Also