Search
CalendarDrawEvent.getItem Method
See Also
 






Gets the item being custom drawn.

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

 Syntax

Java  Copy Code

public Item getItem ()

 Return Value

A reference to an Item. If no item is associated with the drawn element, returns null.

 Remarks

This property refers to an item when Calendar.setCustomDraw is set to CustomDrawElements.CalendarItem, CustomDrawElements.TimetableItem or CustomDrawElements.ResourceViewItem.

 See Also