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.v18.1.Core.dll

Declaration

public class AppointmentResourceIdCollection :
    ResourceIdCollection

The following members accept/return AppointmentResourceIdCollection objects:

Library Related API Members
Cross-Platform Class Library Appointment.ResourceIds
AppointmentFormControllerBase.ResourceIds
AppointmentModificationControllerBase.ResourceIds
WinForms Controls AppointmentResourcesEdit.ResourceIds
WPF Controls AppointmentItem.ResourceIds
AppointmentResourcesEdit.ResourceIds
ASP.NET Core Bootstrap Controls IBootstrapSchedulerAppointment.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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the AppointmentResourceIdCollection class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also