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

RecurrentAppointmentAction Enum

Lists actions which could be performed on a recurrent appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public enum RecurrentAppointmentAction

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.

See Also