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

AppointmentDragInfo.SourceAppointment Property

Gets the source appointment (an appointment before drag) in the drag-and-drop operation.

Namespace: DevExpress.XtraScheduler

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

Declaration

public Appointment SourceAppointment { get; }

Property Value

Type Description
Appointment

An Appointment object.

See Also