Skip to main content
A newer version of this page is available. .

AppointmentResourceIdCollection() Constructor

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

Namespace: DevExpress.XtraScheduler

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

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