SchedulerControl.AppointmentItems Property
In This Article
Provides access to the appointments in the scheduler.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public AppointmentItemCollection AppointmentItems { get; }
#Property Value
Type | Description |
---|---|
Appointment |
An Appointment |
#Remarks
The AppointmentItems property provides access to a collection of persistent appointments, excluding regular appointment occurrences in a recurring series.
Tip
To add an appointment to the Scheduler
See Also