Skip to main content

AppointmentDragDropEventArgsBase.SourceAppointments Property

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public IReadOnlyList<AppointmentItem> SourceAppointments { get; }

Property Value

Type
IReadOnlyList<AppointmentItem>
See Also