Gets a value indicating whether users are allowed to move the appointment.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public boolean getAllowMove () |
true if the appointment can be moved interactively; otherwise, false. The default is true.
See Also