Class RecurringAppointmentEditMode
Specifies whether to modify series or occurrence when editing an occurrence of pattern appointment. You can let end-user handle this option (using built-in dialog shown in scheduler) or define it by yourself using AppointmentEditorOpening event.
Inheritance
System.Object
RecurringAppointmentEditMode
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public sealed class RecurringAppointmentEditMode : Enum
Fields
Occurrence
Edit the particular occurrence alone in recurrence appointment.
Declaration
public const RecurringAppointmentEditMode Occurrence
Field Value
Series
Edit the entire series in recurrence appointment.
Declaration
public const RecurringAppointmentEditMode Series
Field Value
User
Scheduler prompts the windows dialog to determine whether to modify a specific occurrence or appointment sequence when editing a recurrence appointment from the end-user itself.
Declaration
public const RecurringAppointmentEditMode User