Search
Calendar.ItemDragKey Property
See Also
 





Gets or sets the modifier key that lets users start an OLE drag-and-drop operation when they drag an item.

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

 Syntax

C#  Copy Code

public Keys ItemDragKey { get; set; }

Visual Basic  Copy Code

Public Property ItemDragKey As Keys

 Property Value

Must be set to Control, Alt or Shift.

 Remarks

By default, a dragged schedule item can be dropped only inside the Calendar control. Users can drag an item to another control on the form or to an external application by pressing the modifier key set in this property.

 See Also