Back to Devexpress

AppointmentAddingEventArgs.CanceledAppointments Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentaddingeventargs-528c5e2e.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public IList<AppointmentItem> CanceledAppointments { get; }
vb
Public ReadOnly Property CanceledAppointments As IList(Of AppointmentItem)

Property Value

TypeDescription
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

AppointmentAddingEventArgs Class

AppointmentAddingEventArgs Members

DevExpress.Xpf.Scheduling Namespace