Search
Calendar.setAllowMoveUnselectedItems Method
See Also
 






Sets a value indicating whether users are allowed to move unselected items.

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

 Syntax

Java  Copy Code

public void setAllowMoveUnselectedItems (
    boolean value
)

 Parameters

value

true if users are allowed to move unselected items, or false otherwise.

 See Also