Gets or sets the modifier key, which when pressed allows users to interactively reschedule recurrent items.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public Keys RescheduleRecurrenceKey { get; set; } |
Visual Basic Copy Code |
---|
Public Property RescheduleRecurrenceKey As Keys |
Must be set to Control, Alt, Shift or None. The default is None.
If the user drags a recurrent item when the key specified as a value of this property is pressed, the recurrence is automatically adjusted to match the new item location. Recurrence rescheduling is not recorded in the undo history.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |