Skip to main content
A newer version of this page is available. .
All docs
V21.2

DropAppointmentEventArgs.DragAppointments Property

Returns the list of dragged appointments.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public IReadOnlyList<AppointmentItem> DragAppointments { get; }

Property Value

Type Description
IReadOnlyList<AppointmentItem>

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

See Also