Search
Calendar.getEnableDragCreate Method
See Also
 






Gets 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 boolean getEnableDragCreate ()

 Return Value

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

 See Also