SchedulerDragData(AppointmentBaseCollection) Constructor
Creates a new instance of the SchedulerDragData class with the specified appointment collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
Name | Type | Description |
---|---|---|
appointments | AppointmentBaseCollection | An AppointmentBaseCollection object that is the collection of appointments to place in the data to be dragged. |
Remarks
The specified appointments are contained in the SchedulerDragData.Appointments collection. The SchedulerDragData.PrimaryAppointmentIndex is 0 and corresponds to an appointment for which the index = 0 in the collection which is passed as a constructor argument.
See Also