Back to Devexpress

AppointmentResourceIdCollection Class

corelibraries-devexpress-dot-xtrascheduler-8c46604d.md

latest2.9 KB
Original Source

AppointmentResourceIdCollection Class

A collection of resource identifiers.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public class AppointmentResourceIdCollection :
    ResourceIdCollection
vb
Public Class AppointmentResourceIdCollection
    Inherits ResourceIdCollection

The following members return AppointmentResourceIdCollection objects:

LibraryRelated API Members
Cross-Platform Class LibraryAppointment.ResourceIds
AppointmentFormControllerBase.ResourceIds
AppointmentModificationControllerBase.ResourceIds
WinForms ControlsAppointmentResourcesEdit.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

Object DXCollectionBase<Object> DXCollection<Object> NotificationCollection<Object> ResourceIdCollection AppointmentResourceIdCollection

See Also

AppointmentResourceIdCollection Members

ResourceIds

DevExpress.XtraScheduler Namespace