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

AppointmentEditedEventArgs.Appointments Property

Provides access to the collection of edited appointments.

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