Search
Item.getAllowMove Method
See Also
 






Gets a value indicating whether users are allowed to move the item.

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

 Syntax

Java  Copy Code

public abstract boolean getAllowMove ()

 Return Value

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

 See Also