AppointmentEditingEventArgs.CanceledEditAppointments Property
Provides access to the collection of appointments for which changes should be canceled.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v25.2.dll
Declaration
Property Value
| Type |
|---|
| IList<AppointmentItem> |
Remarks
To prevent specific appointments from being edited, add them to the CanceledAppointments collection.
See Also