Search
Calendar.setItemChangeResourceKey Method
See Also
 






Sets the modifier key, which lets users drag items between different contacts, resources, locations or tasks in a grouped view.

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

 Syntax

Java  Copy Code

public void setItemChangeResourceKey (
    int value
)

 Parameters

value

One of the KeyEvent constants.

 Remarks

By default an item dragged in a grouped view can be dropped only into a column associated with the original contact, location or task of the item. This behavior can be overridden by pressing a modifier key while dragging. That allows dropping the item into a column of a different contact, location or task, thus changing the original contact, location or task.

 See Also