Skip to main content

QueryDeleteAppointmentResult Enum

In This Article
OBSOLETE

You should use the 'RecurrentAppointmentAction' instead.

Lists the keys specifying which appointment occurrences should be deleted.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

[Obsolete("You should use the 'RecurrentAppointmentAction' instead.", false)]
public enum QueryDeleteAppointmentResult

#Members

Name Description
Cancel

No occurrences of the recurring appointment should be deleted.

Series

All occurrences of the recurring appointment should be deleted.

Occurrence

Only the current occurrence of the recurrence appointment should be deleted.

See Also