RecurrentAppointmentAction Enum
Lists actions which could be performed on a recurrent appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Members
Name | Description |
---|---|
Cancel
|
Cancels the action. |
Series
|
Performs an operation on the entire series. |
Occurrence
|
Performs an operation on a selected occurrence only. |
Ask
|
The user is prompted to carry out an operation on selected occurrences only, or the entire series. |
See Also