Back to Devexpress

SchedulerControl.ShowRecurrentAppointmentDeleteForm(Appointment) Method

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

latest2.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'RecurrentAppointmentAction ShowDeleteRecurrentAppointmentForm(Appointment apt)' instead", true)]
public virtual QueryDeleteAppointmentResult ShowRecurrentAppointmentDeleteForm(
    Appointment apt
)
vb
<Obsolete("You should use the 'RecurrentAppointmentAction ShowDeleteRecurrentAppointmentForm(Appointment apt)' instead", True)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Function ShowRecurrentAppointmentDeleteForm(
    apt As Appointment
) As QueryDeleteAppointmentResult

Parameters

NameTypeDescription
aptAppointment

An Appointment object which is the appointment to delete.

|

Returns

TypeDescription
QueryDeleteAppointmentResult

The return value of the dialog.

|

Remarks

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

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace