DropAppointmentEventArgs.DragAppointments Property
Returns the list of dragged appointments.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
IReadOnlyList<AppointmentItem> | A lsit of DevExpress.Xpf.Scheduling.AppointmentItem objects. |
See Also