Back to Devexpress

SchedulerOptionsBehaviorBase.RecurrentAppointmentEditAction Property

corelibraries-devexpress-dot-xtrascheduler-dot-scheduleroptionsbehaviorbase.md

latest2.3 KB
Original Source

SchedulerOptionsBehaviorBase.RecurrentAppointmentEditAction Property

Gets or sets a type of action being performed when a command is issued to edit a recurrent appointment.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[DefaultValue(RecurrentAppointmentAction.Occurrence)]
public RecurrentAppointmentAction RecurrentAppointmentEditAction { get; set; }
vb
<DefaultValue(RecurrentAppointmentAction.Occurrence)>
Public Property RecurrentAppointmentEditAction As RecurrentAppointmentAction

Property Value

TypeDefaultDescription
RecurrentAppointmentActionOccurrence

A RecurrentAppointmentAction enumeration value, representing a type of action.

|

Available values:

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.

|

Remarks

Use the RecurrentAppointmentEditAction property to specify whether the Edit command should open for editing the entire series, or the current appointment, do nothing or prompt the user for an action.

See Also

RecurrentAppointmentDeleteAction

SchedulerOptionsBehaviorBase Class

SchedulerOptionsBehaviorBase Members

DevExpress.XtraScheduler Namespace