Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public IReadOnlyList<AppointmentItem> Appointments { get; }

Property Value

Type Description
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