Skip to main content
A newer version of this page is available. .

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.v19.2.Core.dll

Declaration

[DefaultValue(RecurrentAppointmentAction.Occurrence)]
public RecurrentAppointmentAction RecurrentAppointmentEditAction { get; set; }

Property Value

Type Default Description
RecurrentAppointmentAction **Occurrence**

A RecurrentAppointmentAction enumeration value, representing a type of action.

Available values:

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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to RecurrentAppointmentEditAction
WinForms Controls SchedulerControl
.OptionsBehavior.RecurrentAppointmentEditAction
ASP.NET Controls and MVC Extensions ASPxScheduler
.OptionsBehavior.RecurrentAppointmentEditAction
MVCxScheduler
.OptionsBehavior.RecurrentAppointmentEditAction
SchedulerSettings
.OptionsBehavior.RecurrentAppointmentEditAction
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsBehavior.RecurrentAppointmentEditAction

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RecurrentAppointmentEditAction property.

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.

See Also