Back to Devexpress

SynchronizeOperation Enum

corelibraries-devexpress-dot-xtrascheduler-5ecb364a.md

latest1.6 KB
Original Source

SynchronizeOperation Enum

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public enum SynchronizeOperation
vb
Public Enum SynchronizeOperation

Members

NameDescription
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.

|

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

DevExpress.XtraScheduler Namespace