Back to Devexpress

AppointmentRemovingEventArgs.Appointments Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmentremovingeventargs.md

latest1.5 KB
Original Source

AppointmentRemovingEventArgs.Appointments Property

Returns the collection of appointments that are to be deleted.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
IReadOnlyList<AppointmentItem>

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

|

Remarks

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

See Also

AppointmentRemovingEventArgs Class

AppointmentRemovingEventArgs Members

DevExpress.Xpf.Scheduling Namespace