Search
Calendar.setEnableDragCreate Method
See Also
 






Sets a value indicating whether items are created merely by dragging in the control.

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

 Syntax

Java  Copy Code

public void setEnableDragCreate (
    boolean value
)

 Parameters

value

true to enable interactive item creation when the users clicks and drags in the control; false to disable it. The default is false.

 Remarks

By default, the items are created interactively by selecting a time range in the current view and typing. Invoking this method and passing true as an argument overrides this behavior and enables users to create items by clicking and dragging.

 See Also