Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

Refer to the How to: Customize Editing and Recurrence Dialogs tutorial for more information on how to create a custom appointment dialog.