Search
ItemDrawContext.getEndsHere Method
See Also
 






Gets a value indicating whether the item part being drawn is the last part of the item.

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

 Syntax

Java  Copy Code

public boolean getEndsHere ()

 Return Value

true if the last part of an item is being painted; otherwise, false.

 Remarks

Items consist of several parts when they span several time cells in the month, list and week range views.

 See Also