Skip to main content

ResourceBaseCollection Class

A collection of resources for appointments.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public class ResourceBaseCollection :
    SchedulerCollectionBase<Resource>

Remarks

The ResourceBaseCollection represents a collection of Resource objects. The properties and methods declared by this class can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation.

Inheritance

Object
DXCollectionBase<Resource>
DXCollection<Resource>
NotificationCollection<Resource>
DevExpress.XtraScheduler.SchedulerCollectionBase<Resource>
ResourceBaseCollection
See Also