Skip to main content

AppointmentEditingEventArgs.CanceledEditAppointments Property

Provides access to the collection of appointments for which changes should be canceled.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public IList<AppointmentItem> CanceledEditAppointments { get; }

Property Value

Type
IList<AppointmentItem>

Remarks

To prevent specific appointments from being edited, add them to the CanceledAppointments collection.

See Also