Search
ItemSettings.setShowReminderIcons Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setShowReminderIcons (
    Boolean value
)

 Parameters

value

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

 See Also