AppointmentFormControllerBase.CalculateConflictCount() Method
In This Article
Calculates the total count of conflicts where the current appointment conflicts with other appointments.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Returns
Type | Description |
---|---|
Int32 | An integer value representing the total conflicts count. |
#Remarks
If there are no conflicts, this method returns 0.
See Also