corelibraries-devexpress-dot-xtrascheduler-ceb25bd1.md
Lists actions which could be performed on a recurrent appointment.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public enum RecurrentAppointmentAction
Public Enum RecurrentAppointmentAction
| 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.
|
The following properties accept/return RecurrentAppointmentAction values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | SchedulerOptionsBehaviorBase.RecurrentAppointmentDeleteAction |
| SchedulerOptionsBehaviorBase.RecurrentAppointmentEditAction | |
| WinForms Controls | RecurrentAppointmentActionFormEventArgs.QueryResult |
| XAF: Cross-Platform .NET App UI & Web API | IModelOptionsScheduler.RecurrentAppointmentEditAction |
See Also