Search
CalendarDrawEvent.getIsShadow Method
See Also
 






Gets a value indicating whether the shadow of an item is being drawn.

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

 Syntax

Java  Copy Code

public boolean getIsShadow ()

 Return Value

true if currently drawing the shadow of an item; otherwise, false.

 Remarks

This property is only valid for CalendarListener.itemDrawing events.

 See Also