SchedulerDragData(Appointment) Constructor
Creates a new instance of the SchedulerDragData class with the specified appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
Name | Type | Description |
---|---|---|
appointment | Appointment | An Appointment instance to place in the data to be dragged. |
Remarks
The specified appointment is contained in the SchedulerDragData.Appointments collection. The SchedulerDragData.PrimaryAppointmentIndex is 0.
See Also