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

AppointmentDragInfo.EditedAppointment Property

Gets the appointment being modified in the drag-and-drop operation.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.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 (AppointmentDragInfo.SourceAppointment) is copied into a new EditedAppointment object. The EditedAppointment can be modified in the SchedulerControl.AdditionalAppointmentsDrag event handler.

See Also