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

SynchronizeOperation Enum

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.1.Core.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the SynchronizeOperation enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also