AppointmentResourceIdCollection Class
A collection of resource identifiers.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Related API Members
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.
Inheritance
See Also