Search
ItemSettings.setShowRecurrenceExceptionIcons Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setShowRecurrenceExceptionIcons (
    Boolean value
)

 Parameters

value

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

 See Also