Search
ItemDrawContext.getCalendar Method
See Also
 






Gets the Calendar component, associated with the item.

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

 Syntax

Java  Copy Code

public Calendar getCalendar ()

 Return Value

The Calendar object associated with the item viewer.

 Remarks

A class can be set as an item viewer using the ItemViewerAttribute attribute.

 See Also