menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum RecurringAppointmentEditMode - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum 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.

    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public enum RecurringAppointmentEditMode

    Fields

    Name Description
    Occurrence

    Edit the particular occurrence alone in recurrence appointment.

    Series

    Edit the entire series in recurrence appointment.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved