Skip to main content

AppointmentResourceIdCollection() Constructor

Initializes a new instance of the AppointmentResourceIdCollection class with the default settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public AppointmentResourceIdCollection()

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