menu

WPF

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

    Show / Hide Table of Contents

    Class RecurrenceEditorControl

    A control that provides UI elements for editing recurrence options in a scheduler control.

    Inheritance
    System.Object
    RecurrenceEditorControl
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class RecurrenceEditorControl : Control

    Constructors

    RecurrenceEditorControl(Boolean, String)

    Initializes a new instance of the RecurrenceEditorControl class.

    Declaration
    public RecurrenceEditorControl(bool isEditing = true, string appointmentSubject = null)
    Parameters
    Type Name Description
    System.Boolean isEditing

    Denotes whether the dialog getting opened for appointment edit action or delete action.

    System.String appointmentSubject

    Subject of the recurring appointment.

    Methods

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved