Search
Item.getAllowChangeStart Method
See Also
 






Gets a value indicating whether users are allowed to change the item's start time.

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

 Syntax

Java  Copy Code

public abstract boolean getAllowChangeStart ()

 Return Value

true if the item's start can be modified interactively; otherwise, false. The default is true.

 See Also