Skip to main content
A newer version of this page is available. .

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

Declaration

public ConflictOperationType ConflictOperationType { get; }

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