Search
Calendar.setKeepItemSelection Method
See Also
 






Sets a value indicating whether the item selection is preserved when an item from the selection is clicked.

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

 Syntax

Java  Copy Code

public void setKeepItemSelection (
    boolean value
)

 Parameters

value

true to preserve the selection when an item from the selection is clicked or false to deselect all items except the one that is clicked.

 Remarks

If the property is set to false, only the clicked item is selected.

 See Also