AppointmentResourceIdCollection() Constructor
In This Article
Initializes a new instance of the AppointmentResourceIdCollection class with the default settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Remarks
The AppointmentResourceIdCollection collection will always contain the EmptyResourceId.Id value when an appointment has no resources associated with it.
Note
To change resources for Recurring Appointments and Exceptions, modify the recurrence pattern.
See Also