Class AppointmentEditorControl
Represents a control that provides functionality to add, edit and delete the scheduler appointments.
Inheritance
System.Object
AppointmentEditorControl
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public class AppointmentEditorControl : Control
Constructors
AppointmentEditorControl(SchedulerAppointmentEditorWindow, SfScheduler, ScheduleAppointment)
Initializes a new instance of the AppointmentEditorControl class
Declaration
public AppointmentEditorControl(SchedulerAppointmentEditorWindow appointmentEditorWindow, SfScheduler schedule, ScheduleAppointment appointment)
Parameters
Type | Name | Description |
---|---|---|
SchedulerAppointmentEditorWindow | appointmentEditorWindow | The app editor window. |
SfScheduler | schedule | The scheduler. |
ScheduleAppointment | appointment | The scheduler appointment. |
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()