Search
Calendar.setShowToolTips Method
See Also
 






Sets a value indicating whether the calendar displays tooltips.

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

 Syntax

Java  Copy Code

public void setShowToolTips (
    boolean value
)

 Parameters

value

true to display tooltips; otherwise, false.

 Remarks

Tooltips can be displayed for schedule items and for the headers of the timetable view.

 See Also