Skip to main content
All docs
V23.2

MergeActionType Enum

Enumerates values that specify a merge action.

Namespace: DevExpress.XtraScheduler.Microsoft365Calendar

Assembly: DevExpress.XtraScheduler.v23.2.Microsoft365Calendar.dll

NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar

Declaration

public enum MergeActionType

Members

Name Description
DoNothing

Do nothing.

InsertOrUpdateAppointment

Insert or update an appointment.

InsertOrUpdateEvent

Insert or update an event.

DeleteAppointment

Delete an appointment.

DeleteEvent

Delete an event.

Related API Members

The following properties accept/return MergeActionType values:

See Also