Skip to main content
A newer version of this page is available. .

Appointment Window

An AppointmentWindow class instance. The window enables the end-user to edit an appointment.

WPFScheduler_AppointmentWindow

Use the following actions and methods to invoke the window:

  • Double-click the view’s cell. The window is invoked for a newly created appointment.
  • Select an appointment. Double-click or press Enter.
  • Use the New Appointment, New All Day Event, New Recurring Appointment, New Recurring Event commands (Ribbon UI or context menu).
  • Call the SchedulerControl.ShowAppointmentWindow method.

To substitute the default window with a custom descendant, use the OptionsWindows.AppointmentWindowType property or handle the SchedulerControl.AppointmentWindowShowing event.