Search
Item.setAllowChangeStart Method
See Also
 






Sets 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 void setAllowChangeStart (
    boolean value
)

 Parameters

value

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

 See Also