Back to Devexpress

SchedulerControl.ShowRecurrenceWindow(AppointmentItem) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-dot-showrecurrencewindow-x28-devexpress-dot-xpf-dot-scheduling-dot-appointmentitem-x29.md

latest2.4 KB
Original Source

SchedulerControl.ShowRecurrenceWindow(AppointmentItem) Method

Shows the Recurrence 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 ShowRecurrenceWindow(
    AppointmentItem appointment
)
vb
Public Sub ShowRecurrenceWindow(
    appointment As AppointmentItem
)

Parameters

NameTypeDescription
appointmentAppointmentItem

An AppointmentItem instance that is the target appointment.

|

Remarks

This dialog window allows end-users to change the recurrence information of any appointment.

Use the OptionsWindows.RecurrenceWindowType property to customize the window appearance, for example, to substitute the built-in window with a custom one.

Handle the SchedulerControl.RecurrenceWindowShowing event to handle the display of this window.

Note

The ShowRecurrenceWindow method fires the SchedulerControl.RecurrenceWindowShowing event and displays the window specified by the WindowShowingEventArgs<T>.Window event arguments property. If the event is not handled, default window is the RecurrenceWindow instance.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace