CalendarBase.Appointments Property
In This Article
Provides access to the appointments.
Namespace: DevExpress.WinUI.Scheduler
Assembly: DevExpress.WinUI.Scheduler.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#Property Value
Type |
---|
DevExpress. |
#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