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