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

AppointmentItemDragDropEventArgs Properties

Provides data for the SchedulerControl.AppointmentDrag and SchedulerControl.AppointmentDrop events.
Name Description
Allow Specifies whether the appointment can be dragged or dropped along the time cells.
CopyEffect Indicates whether the appointment is copied when drag-and-dropping it to another location.
HitInterval Gets the datetime range represented by the time cell to which an appointment is dragged.
HitResource Indicates the resource to which an appointment is dragged.
IsExternalDragDrop Indicates whether the appointment is dragged-and-dropped from the external component.
ViewModels Provides access to the list of View Models for dragged appointments.
See Also