Skip to main content
A newer version of this page is available. .

AppointmentDragInfo Class

Provides information on appointments involved in drag-and-drop operations.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public class AppointmentDragInfo

Remarks

The AppointmentDragInfo instances are available using the AdditionalAppointmentsDragEventArgs.PrimaryAppointmentInfos and AdditionalAppointmentsDragEventArgs.AdditionalAppointmentInfos properties within the SchedulerControl.AdditionalAppointmentsDrag event handler.

The AppointmentDragInfo provides access to the AppointmentDragInfo.SourceAppointment (an appointment before it has been dragged) and the AppointmentDragInfo.EditedAppointment (an appointment being dragged). You can use the EditedAppointment property to get the appointment and change its properties.

Inheritance

Object
AppointmentDragInfo
See Also