Back to Devexpress

AppointmentEditingEventArgs.SourceAppointments Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmenteditingeventargs-a7b4a179.md

latest1.5 KB
Original Source

AppointmentEditingEventArgs.SourceAppointments Property

Provides access to the collection of appointments before the changes the user attempts to apply.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public IReadOnlyList<AppointmentItem> SourceAppointments { get; }
vb
Public ReadOnly Property SourceAppointments As IReadOnlyList(Of AppointmentItem)

Property Value

TypeDescription
IReadOnlyList<AppointmentItem>

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

|

Remarks

The EditAppointments collection returns the edited appointments.

See Also

AppointmentEditingEventArgs Class

AppointmentEditingEventArgs Members

DevExpress.Xpf.Scheduling Namespace