Search
CalendarDrawEvent.getHandled Method
See Also
 






Gets a value indicating whether the event was handled by the client.

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

 Syntax

Java  Copy Code

public boolean getHandled ()

 Return Value

true to prevent further rendering of this element; false to proceed with the default rendering.

 See Also