SchedulerControl.ShowRecurrentAppointmentDeleteForm(Appointment) Method
OBSOLETE
You should use the 'RecurrentAppointmentAction ShowDeleteRecurrentAppointmentForm(Appointment apt)' instead
Invokes the Confirm Delete dialog for the specified recurring appointment. Obsolete. Use the SchedulerControl.ShowDeleteRecurrentAppointmentForm method instead.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'RecurrentAppointmentAction ShowDeleteRecurrentAppointmentForm(Appointment apt)' instead", true)]
public virtual QueryDeleteAppointmentResult ShowRecurrentAppointmentDeleteForm(
Appointment apt
)
Parameters
Name | Type | Description |
---|---|---|
apt | Appointment | An Appointment object which is the appointment to delete. |
Returns
Type | Description |
---|---|
QueryDeleteAppointmentResult | The return value of the dialog. |
Remarks
This method is now obsolete. You should use the SchedulerControl.ShowDeleteRecurrentAppointmentForm method instead.
See Also