MindFusion WinForms Programmer's Guide
Calendar.ItemChangeResourceKey Property
See Also
 





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

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Keys ItemChangeResourceKey { get; set; }

Visual Basic  Copy Code

Public Property ItemChangeResourceKey As Keys

 Property Value

Must be set to Control, Alt or Shift.

 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

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace