A newer version of this page is available.
Switch to the current version.
AppointmentSynchronizingEventArgs.Operation Property
Specifies what type of synchronization operation should be performed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public SynchronizeOperation Operation { get; set; }
Public Property Operation As SynchronizeOperation
Property Value
Type | Description |
---|---|
SynchronizeOperation | A SynchronizeOperation enumeration value. |
See Also
Feedback