CalendarBase.Appointments Property
In This Article
Provides access to the appointments.
Namespace: DevExpress.UI.Xaml.Scheduler
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#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