Skip to main content
A newer version of this page is available.
All docs
V19.2

AppointmentRemovedEventArgs.Appointments Property

Returns the collection of appointments that have been deleted.

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public IReadOnlyList<AppointmentItem> Appointments { get; }

Property Value

Type Description
IReadOnlyList<AppointmentItem>

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

See Also