Back to Devexpress

SchedulerControl.ShowDeleteRecurrentAppointmentForm(Appointment) Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-dot-showdeleterecurrentappointmentform-x28-devexpress-dot-xtrascheduler-dot-appointment-x29.md

latest2.4 KB
Original Source

SchedulerControl.ShowDeleteRecurrentAppointmentForm(Appointment) Method

Invokes the confirmation dialog for the specified recurring appointment.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public virtual RecurrentAppointmentAction ShowDeleteRecurrentAppointmentForm(
    Appointment apt
)
vb
Public Overridable Function ShowDeleteRecurrentAppointmentForm(
    apt As Appointment
) As RecurrentAppointmentAction

Parameters

NameTypeDescription
aptAppointment

An Appointment object that is the appointment to delete.

|

Returns

TypeDescription
RecurrentAppointmentAction

A RecurrentAppointmentAction enumeration member that specifies the return value of the dialog.

|

Remarks

This dialog is invoked for recurring appointments only, and allows end-users to specify whether the entire series to which the appointment belongs shall be deleted, or only the specified appointment. The common appearance of the standard Confirm Delete dialog is shown in the image below.

Tip

Use the SchedulerControl.DeleteRecurrentAppointmentFormShowing event to handle the dialog display, and to invoke your own custom dialog instead of the standard one.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace