Search
Calendar.getCustomDraw Method
See Also
 






Gets which UI elements of the calendar should be custom drawn.

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

 Syntax

Java  Copy Code

public EnumSet<CustomDrawElements> getCustomDraw ()

 Return Value

A combination of CustomDrawElements constants. The default is an empty set.

 See Also