Search
Calendar.getAllowDrag Method
See Also
 






Gets a value indicating whether the user can initiate a drag operation within the component.

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

 Syntax

Java  Copy Code

public boolean getAllowDrag ()

 Return Value

true, to enable dragging within the component; otherwise, false. The default is true.

 See Also