Back to Devexpress

AppointmentDragInfo.SourceAppointment Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentdraginfo-58c9d65c.md

latest1.2 KB
Original Source

AppointmentDragInfo.SourceAppointment Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public Appointment SourceAppointment { get; }
vb
Public ReadOnly Property SourceAppointment As Appointment

Property Value

TypeDescription
Appointment

An Appointment object.

|

See Also

AppointmentDragInfo Class

AppointmentDragInfo Members

DevExpress.XtraScheduler Namespace