AppointmentDragEventArgs.EditedAppointment Property
In This Article
Gets the appointment being edited in the drag-and-drop event.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Appointment | An Appointment object. |
#Remarks
When a drag-and-drop action occurs, the dragged appointment (AppointmentDragEventArgs.SourceAppointment) is copied into a new EditedAppointment object. The EditedAppointment is used for modifications.
See Also