Search
ItemDrawContext.getIsAllDayEvent Method
See Also
 






Gets a value indicating whether the item is an all day event or not. The item is always considered an all day event if it is drawn outside of a CalendarView.Timetable view.

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

 Syntax

Java  Copy Code

public boolean getIsAllDayEvent ()

 Return Value

true if the item being painted is an all-day event; otherwise, false.

 See Also