Skip to main content

ASPxClientAppointmentDragInfo Members

Stores information about an appointment drag operation.

Constructors

Name Description
constructor(appointmentId, oldInterval, oldResources, newInterval, newResources) Initializes a new instance of the ASPxClientAppointmentDragInfo class.

Properties

Name Description
appointmentId Gets the dragged appointment’s identifier.
newInterval Gets the appointment’s interval after the drag operation.
newResources Gets resources associated with the appointment after the drag operation.
oldInterval Gets the appointment’s interval before the drag operation.
oldResources Gets resources that were associated with the appointment before the drag operation.
See Also