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