AppointmentConflictsCalculator(AppointmentBaseCollection) Constructor
Initializes a new instance of the AppointmentConflictsCalculator class with specified appointment collection.
Namespace: DevExpress.XtraScheduler.Native
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
appointments | AppointmentBaseCollection | AN AppointmentBaseCollection that is the collection of appointments. |
See Also