Gets the item being custom drawn.
Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling
SyntaxJava
Copy Code
|
|---|
public Item getItem () |
A reference to an Item. If no item is associated with the drawn element, returns null.
RemarksThis property refers to an item when Calendar.setCustomDraw is set to CustomDrawElements.CalendarItem, CustomDrawElements.TimetableItem or CustomDrawElements.ResourceViewItem.
See Also