AppointmentDragInfo Class
In This Article
Provides information on appointments involved in drag-and-drop operations.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Remarks
The AppointmentDragInfo instances are available via the AppointmentsDragEventArgs.PrimaryAppointmentInfos
and AppointmentsDragEventArgs.AdditionalAppointmentInfos
properties within the SchedulerControl.AppointmentsDrag event handler. See this event description for an example.
See Also