Back to Devexpress

DropAppointmentEventArgs.DragAppointments Property

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

latest1.3 KB
Original Source

DropAppointmentEventArgs.DragAppointments Property

Returns the list of dragged appointments.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
IReadOnlyList<AppointmentItem>

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

|

See Also

DropAppointmentEventArgs Class

DropAppointmentEventArgs Members

DevExpress.Xpf.Scheduling Namespace