SchedulerControl.ShowDeleteRecurrentAppointmentForm(Appointment) Method
Invokes the confirmation dialog for the specified recurring appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
public virtual RecurrentAppointmentAction ShowDeleteRecurrentAppointmentForm(
Appointment apt
)
Parameters
Name | Type | Description |
---|---|---|
apt | Appointment | An Appointment object that is the appointment to delete. |
Returns
Type | Description |
---|---|
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.