Back to Devexpress

DropAppointmentEventArgs.SourceAppointments Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-dropappointmenteventargs-33943325.md

latest1.3 KB
Original Source

DropAppointmentEventArgs.SourceAppointments Property

Provides access to the collection of dragged appointments before the drag-drop operation.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public IReadOnlyList<AppointmentItem> SourceAppointments { get; }
vb
Public ReadOnly Property SourceAppointments As IReadOnlyList(Of AppointmentItem)

Property Value

TypeDescription
IReadOnlyList<AppointmentItem>

A list of DevExpress.Xpf.Scheduling.AppointmentItem objects.

|

See Also

DropAppointmentEventArgs Class

DropAppointmentEventArgs Members

DevExpress.Xpf.Scheduling Namespace