RecurrentAppointmentAction Enum
In This Article
Lists actions which could be performed on a recurrent appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.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. |
#Related API Members
The following properties accept/return RecurrentAppointmentAction values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Scheduler |
Scheduler |
|
Win |
Recurrent |
WPF Controls | Options |
Options |
|
XAF: Cross-Platform .NET App UI & Web API | IModel |
See Also