SchedulerControl.ShowAppointmentWindow(AppointmentItem, Boolean) Method
Shows the Appointment Window for the given appointment.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
public void ShowAppointmentWindow(
AppointmentItem appointment,
bool showRecurrenceWindow
)
Parameters
Name | Type | Description |
---|---|---|
appointment | AppointmentItem | An AppointmentItem instance that is the target appointment. |
showRecurrenceWindow | Boolean | true, to invoke the Recurrence Window as well; otherwise, false. |
Remarks
Call the ShowAppointmentWindow method to invoke the Appointment dialog window. This method fires the SchedulerControl.AppointmentWindowShowing event and displays the window specified by the WindowShowingEventArgs<T>.Window event argument property. Handle the SchedulerControl.AppointmentWindowShowing event to handle the display of this window.
Use the OptionsWindows.AppointmentWindowType to customize the window appearance, for example, to substitute the built-in window with a custom one.