MergeActionType Enum
Enumerates values that specify a merge action.
Namespace: DevExpress.XtraScheduler.Microsoft365Calendar
Assembly: DevExpress.XtraScheduler.v24.1.Microsoft365Calendar.dll
NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar
Declaration
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