Search
DateStyle.setAllowItems Method
See Also
 






Sets a value indicating whether the date cells in this range allow items to be placed or created in them interactively.

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

 Syntax

Java  Copy Code

public void setAllowItems (
    boolean value
)

 Parameters

value

true to let users place schedule items in the specified cells; otherwise, false. The default is false.

 See Also