ConflictOperationType Enum
Provides values that allow you to get whether an Appointment associated with a synchronization conflict is a new Appointment, or an existing one that has been edited.
Namespace: DevExpress.XtraScheduler.GoogleCalendar
Assembly: DevExpress.XtraScheduler.v24.1.GoogleCalendar.dll
NuGet Package: DevExpress.Win.Scheduler.GoogleCalendar
Declaration
Members
Name | Description |
---|---|
Edit
|
A conflict has occurred for an edited Event/Appointment. |
New
|
A conflict has occurred for a newly created Event/Appointment. |
Related API Members
The following properties accept/return ConflictOperationType values:
See Also