Skip to main content

AppointmentDragInfo Class

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

public class AppointmentDragInfo

#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