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

SchedulerOptionsBehaviorBase.RecurrentAppointmentDeleteAction Property

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

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

[DefaultValue(RecurrentAppointmentAction.Ask)]
public RecurrentAppointmentAction RecurrentAppointmentDeleteAction { get; set; }

Property Value

Type Default Description
RecurrentAppointmentAction **Ask**

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 RecurrentAppointmentDeleteAction
WinForms Controls SchedulerControl
.OptionsBehavior .RecurrentAppointmentDeleteAction
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsBehavior .RecurrentAppointmentDeleteAction
ASP.NET MVC Extensions MVCxScheduler
.OptionsBehavior .RecurrentAppointmentDeleteAction
SchedulerSettings
.OptionsBehavior .RecurrentAppointmentDeleteAction
ASP.NET Web Forms Controls ASPxScheduler
.OptionsBehavior .RecurrentAppointmentDeleteAction

Remarks

Use the RecurrentAppointmentDeleteAction property to specify whether the Delete command should delete the entire series, or the current appointment, do nothing or prompt the user for an action.

See Also