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()