Gets or sets the modifier key, which when pressed allows users to interactively reschedule recurrent items.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public ModifierKeys RescheduleRecurrenceKey { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RescheduleRecurrenceKey As ModifierKeys |
A member of the WPF ModifierKeys enumeration. The default is None.
RemarksSet this property to None to prevent interactive recurrence rescheduling.
See Also