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

AppointmentResourceIdCollection Class

A collection of resource identifiers.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

public class AppointmentResourceIdCollection :
    ResourceIdCollection

The following members return AppointmentResourceIdCollection objects:

Library Related API Members
Cross-Platform Class Library Appointment.ResourceIds
AppointmentFormControllerBase.ResourceIds
AppointmentModificationControllerBase.ResourceIds
WinForms Controls AppointmentResourcesEdit.ResourceIds
WPF Controls AppointmentResourcesEdit.ResourceIds

Remarks

The AppointmentResourceIdCollection class represents a collection of Object objects which are the identifiers of resources. Collection properties and methods can be used to perform common operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation.

An instance of the AppointmentResourceIdCollection class can be accessed with the appointment’s Appointment.ResourceIds property.

See Also