Back to Devexpress

SchedulerControl.ShowAppointmentWindow(AppointmentItem, Boolean) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-dot-showappointmentwindow-x28-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-system-dot-boolean-x29.md

latest2.6 KB
Original Source

SchedulerControl.ShowAppointmentWindow(AppointmentItem, Boolean) Method

Shows the Appointment Window for the given appointment.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public void ShowAppointmentWindow(
    AppointmentItem appointment,
    bool showRecurrenceWindow
)
vb
Public Sub ShowAppointmentWindow(
    appointment As AppointmentItem,
    showRecurrenceWindow As Boolean
)

Parameters

NameTypeDescription
appointmentAppointmentItem

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.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace