Back to Devexpress

ConflictDetectedEventArgs.ConflictOperationType Property

windowsforms-devexpress-dot-xtrascheduler-dot-googlecalendar-dot-conflictdetectedeventargs-87ca79ce.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Win.Scheduler.GoogleCalendar

Declaration

csharp
public ConflictOperationType ConflictOperationType { get; }
vb
Public ReadOnly Property ConflictOperationType As ConflictOperationType

Property Value

TypeDescription
ConflictOperationType

A ConflictOperationType enumeration value that specifies the conflict type.

|

Available values:

NameDescription
Edit

A conflict has occurred for an edited Event/Appointment.

| | New |

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

|

See Also

ConflictDetectedEventArgs Class

ConflictDetectedEventArgs Members

DevExpress.XtraScheduler.GoogleCalendar Namespace