Back to Devexpress

ConflictOperationType Enum

windowsforms-devexpress-dot-xtrascheduler-dot-googlecalendar-f3cdbdd4.md

latest1.4 KB
Original Source

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.v25.2.GoogleCalendar.dll

NuGet Package : DevExpress.Win.Scheduler.GoogleCalendar

Declaration

csharp
public enum ConflictOperationType
vb
Public Enum ConflictOperationType

Members

NameDescription
Edit

A conflict has occurred for an edited Event/Appointment.

| | New |

A conflict has occurred for a newly created Event/Appointment.

|

The following properties accept/return ConflictOperationType values:

See Also

DevExpress.XtraScheduler.GoogleCalendar Namespace