Skip to main content

AppointmentDragEventArgs.SourceAppointment Property

Gets the source appointment in the drag-and-drop event.

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