AppointmentRestoringEventArgs.CanceledAppointments Property
Provides access to the collection of appointments that should be excluded from being restored.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v25.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
| Type | Description |
|---|---|
| IList<AppointmentItem> | A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects. |
Remarks
To prevent specific occurrences from being restored, add them to the CanceledAppointments collection.
See Also