Search
Calendar.setCurrentView Method
See Also
 






Sets the type of the calendar view.

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

 Syntax

Java  Copy Code

public void setCurrentView (
    CalendarView value
)

 Parameters

value

One of the CalendarView constants.

 Remarks

The component can display the schedule data in several different types of views. This method allows changing the current view and can be used to implement drill down into the schedule data by switching from more general to more specialized views.

 See Also