Skip to main content
All docs
V23.2

DropAppointmentEventArgs.SourceAppointments Property

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public IReadOnlyList<AppointmentItem> SourceAppointments { get; }

Property Value

Type Description
IReadOnlyList<AppointmentItem>

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

See Also