Back to Devexpress

QueryDeleteAppointmentResult Enum

corelibraries-devexpress-dot-xtrascheduler-a277db89.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[Obsolete("You should use the 'RecurrentAppointmentAction' instead.", false)]
public enum QueryDeleteAppointmentResult
vb
<Obsolete("You should use the 'RecurrentAppointmentAction' instead.", False)>
Public Enum QueryDeleteAppointmentResult

Members

NameDescription
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

DevExpress.XtraScheduler Namespace