MindFusion.Wpf Pack Programmer's Guide
Calendar.ItemCloneKey Property
See Also
 





Gets or sets the modifier key, which when pressed while dragging an item, will cause this item to be cloned and the clone to be dragged instead.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public ModifierKeys ItemCloneKey { get; set; }

Visual Basic  Copy Code

Public Property ItemCloneKey As ModifierKeys

 Property Value

A member of the WPF ModifierKeys enumeration. The default is Shift.

 Remarks

Set this property to None to prevent interactive item cloning.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace