Skip to main content

CalendarBase.Appointments Property

Provides access to the appointments.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public AppointmentItemCollection Appointments { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Scheduler.AppointmentItemCollection

A DevExpress.UI.Xaml.Scheduler.AppointmentItemCollection object that is the collection of appointments.

Remarks

The Appointments property provides access to a collection of persistent appointments, excluding regular appointment occurrences in a recurring series.

To add an appointment, create an AppointmentItem in code and add it to the Appointments collection.

See Also