Skip to main content

AppointmentAddingEventArgs.CanceledAppointments Property

Provides access to the collection of appointments that should be excluded from being added to the scheduler.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public IList<AppointmentItem> CanceledAppointments { get; }

Property Value

Type Description
IList<AppointmentItem>

A collection of DevExpress.Xpf.Scheduling.AppointmentItem objects.

Remarks

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

See Also