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.Silverlight
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public ModifierKeys ItemCloneKey { get; set; } |
Visual Basic Copy Code |
---|
Public Property ItemCloneKey As ModifierKeys |
A member of the Silverlight ModifierKeys enumeration. The default is Shift.
Set this property to None to prevent interactive item cloning.