Search
ItemSettings.setShowRecurrenceIcons Method
See Also
 






Sets a value indicating whether the icon of recurring items is displayed.

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

 Syntax

Java  Copy Code

public void setShowRecurrenceIcons (
    Boolean value
)

 Parameters

value

true to display an icon for recurring items; otherwise, false. Set to null to use the corresponding value from the current theme.

 See Also