Back to Devexpress

AppointmentAddingEventArgs.Appointments Property

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

latest1.5 KB
Original Source

AppointmentAddingEventArgs.Appointments Property

Provides access to the collection of appointments the user attempts to add to the scheduler.

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 added to the scheduler, add them to the CanceledAppointments collection.

See Also

AppointmentAddingEventArgs Class

AppointmentAddingEventArgs Members

DevExpress.Xpf.Scheduling Namespace