Search
Calendar.setItemDragKey Method
See Also
 






Sets the modifier key that lets users start a drag-and-drop operation when they drag an item.

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

 Syntax

Java  Copy Code

public void setItemDragKey (
    int value
)

 Parameters

value

One of the KeyEvent constants.

 See Also