AppointmentDragDropEventArgsBase.SourceAppointments Property
In This Article
Returns the collection of appointments before the changes the user attempts to apply.
Namespace: DevExpress.WinUI.Scheduler
Assembly: DevExpress.WinUI.Scheduler.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public IReadOnlyList<AppointmentItem> SourceAppointments { get; }
#Property Value
Type | Description |
---|---|
IRead |
A collection of DevExpress. |
See Also