Skip to main content

AppointmentDragEventArgs.EditedAppointment Property

Gets the appointment being edited in the drag-and-drop event.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public Appointment EditedAppointment { get; }

#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