Skip to main content
A newer version of this page is available. .

AppointmentFormControllerBase.CalculateConflictCount() Method

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.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