Skip to main content

AppointmentDragInfo.SourceAppointment Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public Appointment SourceAppointment { get; }

Property Value

Type Description
Appointment

An Appointment object.

See Also