AppointmentDragInfo Class
Provides information on appointments involved in drag-and-drop operations.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
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.
Inheritance
Object
AppointmentDragInfo
See Also