Sets whether the appointment is visible or not.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
Java Copy Code |
---|
public void setVisible ( |
true if the item is visible; otherwise, false. The default is true.
Invisible items are not drawn at all. You could use this property to hide an item temporarily, or to store additional data in a helper item object that always stays invisible.
JPlanner Programmer's Guide | © 2023 MindFusion |