Class RecurringAppointmentEditAction
Defines the constants that specify the possible edit actions on recurring appointments.
Inheritance
System.Object
RecurringAppointmentEditAction
Namespace: Syncfusion.Schedule
Assembly: Syncfusion.Schedule.Base.dll
Syntax
public sealed class RecurringAppointmentEditAction : Enum
Fields
Cancel
Cancel the edit action.
Declaration
public const RecurringAppointmentEditAction Cancel
Field Value
| Type |
|---|
| RecurringAppointmentEditAction |
ChangeAllAppointments
Modify all appointments in this recurrence definition.
Declaration
public const RecurringAppointmentEditAction ChangeAllAppointments
Field Value
| Type |
|---|
| RecurringAppointmentEditAction |
ChangeAllFutureAppointments
Modify this and all future appointments.
Declaration
public const RecurringAppointmentEditAction ChangeAllFutureAppointments
Field Value
| Type |
|---|
| RecurringAppointmentEditAction |
ChangeSingleAppointmentOnly
Modify a single appointment.
Declaration
public const RecurringAppointmentEditAction ChangeSingleAppointmentOnly
Field Value
| Type |
|---|
| RecurringAppointmentEditAction |