RecurrentAppointmentAction Enum
In This Article
Lists actions which could be performed on a recurrent appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Members
Name | Description |
---|---|
Cancel | Cancels the action. |
Series | Performs an operation on the entire series. |
Occurrence | Performs an operation on the selected occurrence only. |
Ask | The user is prompted to carry out an operation on the selected occurrences only, or the entire series. |
#Passed To
You can pass RecurrentAppointmentAction values to the following properies:
See Also