ConflictDetectedEventArgs.ConflictOperationType Property
Returns the conflict type. Allows you to determine whether the conflict has emerged for a newly created or an edited Event/Appointment.
Namespace: DevExpress.XtraScheduler.GoogleCalendar
Assembly: DevExpress.XtraScheduler.v25.1.GoogleCalendar.dll
NuGet Package: DevExpress.Win.Scheduler.GoogleCalendar
Declaration
Property Value
| Type | Description |
|---|---|
| ConflictOperationType | A ConflictOperationType enumeration value that specifies the conflict type. |
Available values:
| Name | Description |
|---|---|
| Edit | A conflict has occurred for an edited Event/Appointment. |
| New | A conflict has occurred for a newly created Event/Appointment. |
See Also