Gets or sets the modifier key, which when pressed allows users to interactively clone items.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Keys ItemCloneKey { get; set; } |
Visual Basic Copy Code |
---|
Public Property ItemCloneKey As Keys |
Must be set to Control, Alt, Shift or None.
If the user starts dragging an item (or items) when the key specified as a value of this property is pressed, an exact duplicate of the dragged item is created and the user continues dragging the newly created item instead of the original one.
Note |
---|
When cloning a recurring item, the newly created item is not recurring. In addition, the Id of the new item is unique. |