Search
Appointment.setAllowMove Method
See Also
 






Sets a value indicating whether users are allowed to move the appointment.

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

 Syntax

Java  Copy Code

public void setAllowMove (
    boolean value
)

 Parameters

value

true if the appointment can be moved interactively; otherwise, false. The default is true.

 See Also