Skip to main content

AppointmentFormControllerBase.CalculateConflictCount() Method

Calculates the total count of conflicts where the current appointment conflicts with other appointments.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public virtual int CalculateConflictCount()

Returns

Type Description
Int32

An integer value representing the total conflicts count.

Remarks

If there are no conflicts, this method returns 0.

See Also