Skip to main content

AppointmentConflictsCalculator(AppointmentBaseCollection) Constructor

Initializes a new instance of the AppointmentConflictsCalculator class with specified appointment collection.

Namespace: DevExpress.XtraScheduler.Native

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public AppointmentConflictsCalculator(
    AppointmentBaseCollection appointments
)

Parameters

Name Type Description
appointments AppointmentBaseCollection

AN AppointmentBaseCollection that is the collection of appointments.

See Also