Back to Devexpress

AppointmentDragEventArgs.SourceAppointment Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentdrageventargs-1adcda81.md

latest1.2 KB
Original Source

AppointmentDragEventArgs.SourceAppointment Property

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

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

AppointmentDragEventArgs Class

AppointmentDragEventArgs Members

DevExpress.XtraScheduler Namespace