corelibraries-devexpress-dot-xtrascheduler-5ecb364a.md
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
public enum SynchronizeOperation
Public Enum SynchronizeOperation
| 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.
|
The following properties accept/return SynchronizeOperation values:
The values listed by the SynchronizeOperation enumeration are used to set the AppointmentSynchronizingEventArgs.Operation property.
See Also