Skip to main content
A newer version of this page is available. .

SchedulerControl.ShowRecurrentAppointmentDeleteForm(Appointment) Method

OBSOLETE

You should use the 'RecurrentAppointmentAction ShowDeleteRecurrentAppointmentForm(Appointment apt)' instead

Invokes the Delete Recurrent Appointments dialog for the specified appointment. Obsolete. Use the SchedulerControl.ShowDeleteRecurrentAppointmentForm method instead.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[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

A QueryDeleteAppointmentResult enumeration value that is the return value of the dialog.

Remarks

This method is now obsolete. You should use the SchedulerControl.ShowDeleteRecurrentAppointmentForm method instead.

See Also