AppointmentFormControllerBase.CalculateConflictCount() Method
Calculates the total count of conflicts where the current appointment conflicts with other appointments.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
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