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.v14.2.Core.dll

#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