Search
ItemSettings.setItemsVisible Method
See Also
 






Sets a value indicating whether to display schedule items in the calendar.

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

 Syntax

Java  Copy Code

public void setItemsVisible (
    Boolean value
)

 Parameters

value

true to display schedule items; otherwise, false. Set to null to use the corresponding value from the current theme.

 See Also