MergeActionType Enum
In This Article
Enumerates values that specify a merge action.
Namespace: DevExpress.XtraScheduler.Microsoft365Calendar
Assembly: DevExpress.XtraScheduler.v24.2.Microsoft365Calendar.dll
NuGet Package: DevExpress.Scheduler.Core.Desktop.Microsoft365Calendar
#Declaration
#Members
Name | Description |
---|---|
Do
|
Do nothing. |
Insert
|
Insert or update an appointment. |
Insert
|
Insert or update an event. |
Delete
|
Delete an appointment. |
Delete
|
Delete an event. |
#Related API Members
The following properties accept/return MergeActionType values:
See Also