Back to Devexpress

AppointmentEditingEventArgs.EditAppointments Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmenteditingeventargs-2a5a070c.md

latest1.7 KB
Original Source

AppointmentEditingEventArgs.EditAppointments Property

Provides access to the collection of edited appointments.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
IReadOnlyList<AppointmentItem>

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

|

Remarks

The SourceAppointments collection returns the appointments before the changes the user attempts to apply.

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

See Also

AppointmentEditingEventArgs Class

AppointmentEditingEventArgs Members

DevExpress.Xpf.Scheduling Namespace