SynchronizeOperation Enum
Lists the values used to specify the currently performed operation when synchronizing the scheduler’s data.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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.