Skip to main content

AppointmentExchanger.SourceObjectCount Property

Gets the number of objects (appointments) that will take part in an exchange procedure.

Namespace: DevExpress.XtraScheduler.Exchange

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

#Declaration

public int SourceObjectCount { get; }

#Property Value

Type Description
Int32

An integer specifying the number of objects for exchange.

#Remarks

The synchronization process takes time to accomplish. You may use a ProgressBarEdit to display the progress of this operation. In this situation, the RangeBaseEdit.Maximum should be set to the SourceObjectCount value for accurate indication.

The SourceObjectCount includes normal appointments as well as patterns and recurrent series exceptions (appointments of the AppointmentType.ChangedOccurrence or AppointmentType.DeletedOccurrence types). It counts all objects subjected to the synchronization process, regardless of their final state - they can be either modified or deleted during synchronization.

See Also