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.v18.1.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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AppointmentDragInfo class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
AppointmentDragInfo
See Also