menu

WPF

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

    Show / Hide Table of Contents

    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved