Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Win.Scheduler.GoogleCalendar

#Declaration

public enum ConflictOperationType

#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