RecurrentAppointmentAction Enum
Lists actions which could be performed on a recurrent appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v19.1.Core.dll
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 | SchedulerOptionsBehaviorBase.RecurrentAppointmentDeleteAction |
SchedulerOptionsBehaviorBase.RecurrentAppointmentEditAction | |
WinForms Controls | RecurrentAppointmentActionFormEventArgs.QueryResult |
WPF Controls | OptionsBehavior.RecurrentAppointmentDeleteAction |
OptionsBehavior.RecurrentAppointmentEditAction | |
eXpressApp Framework | IModelOptionsScheduler.RecurrentAppointmentEditAction |
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RecurrentAppointmentAction enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.