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

QueryDeleteAppointmentResult Enum

OBSOLETE

You should use the 'RecurrentAppointmentAction' instead.

Lists the keys specifying which appointment occurrences should be deleted.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.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