Back to Devexpress

AppointmentRestoringEventArgs.Appointments Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentrestoringeventargs.md

latest1.8 KB
Original Source

AppointmentRestoringEventArgs.Appointments Property

Provides access to the collection of changed and deleted occurrences the user attempts to restore to regular occurrences.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
IReadOnlyList<AppointmentItem>

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

|

Remarks

The user can restore occurrences of the ChangedOccurrence or DeletedOccurrence type.

To prevent specific occurrences from being restored, add them to the CanceledAppointments collection.

See Also

AppointmentRestoringEventArgs Class

AppointmentRestoringEventArgs Members

DevExpress.Xpf.Scheduling Namespace