Search
ItemSettings.setEnableDefaultRendering Method
See Also
 






Sets a value indicating whether the default item rendering is enabled.

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

 Syntax

Java  Copy Code

public void setEnableDefaultRendering (
    Boolean value
)

 Parameters

value

A Boolean value specifying whether the control should paint schedule items. Set to null to use the corresponding value from the current theme.

 Remarks

You can disable this property when you perform complete custom drawing of your items and don't want the Calendar control to perform default painting. This way you can substantially optimize the performance of your application.

 See Also