A newer version of this page is available.
Switch to the current version.
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.v19.1.Core.dll
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
Feedback