Skip to main content

SynchronizeOperation Enum

Lists the values used to specify the currently performed operation when synchronizing the scheduler’s data.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public enum SynchronizeOperation

Members

Name Description
Create

A new appointment will be created in the synchronization target.

Replace

An appointment in the synchronization target will be replaced by an appropriate appointment from the synchronization source.

Delete

An appointment in the synchronization target will be deleted.

Related API Members

The following properties accept/return SynchronizeOperation values:

Remarks

The values listed by the SynchronizeOperation enumeration are used to set the AppointmentSynchronizingEventArgs.Operation property.

See Also