Skip to main content

AppointmentAddingEventArgs.Appointments Property

Returns the collection of appointments the user attempts to add to the scheduler.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public ReadOnlyCollection<AppointmentItem> Appointments { get; }

Property Value

Type Description
ReadOnlyCollection<AppointmentItem>

A collection of DevExpress.WinUI.Scheduler.AppointmentItem objects.

See Also