Back to Devexpress

RecurrentAppointmentAction Enum

corelibraries-devexpress-dot-xtrascheduler-ceb25bd1.md

latest2.0 KB
Original Source

RecurrentAppointmentAction Enum

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

Declaration

csharp
public enum RecurrentAppointmentAction
vb
Public Enum RecurrentAppointmentAction

Members

NameDescription
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:

LibraryRelated API Members
Cross-Platform Class LibrarySchedulerOptionsBehaviorBase.RecurrentAppointmentDeleteAction
SchedulerOptionsBehaviorBase.RecurrentAppointmentEditAction
WinForms ControlsRecurrentAppointmentActionFormEventArgs.QueryResult
XAF: Cross-Platform .NET App UI & Web APIIModelOptionsScheduler.RecurrentAppointmentEditAction

See Also

DevExpress.XtraScheduler Namespace