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