Skip to main content

CalendarBase.Appointments Property

Provides access to the appointments.

Namespace: DevExpress.WinUI.Scheduler

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

NuGet Package: DevExpress.WinUI

#Declaration

public AppointmentItemCollection Appointments { get; }

#Property Value

Type
DevExpress.WinUI.Scheduler.Internal.AppointmentItemCollection

#Remarks

The Appointments property returns 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