ResourceBaseCollection Class
In This Article
A collection of resources for appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Related API Members
The following members return ResourceBaseCollection objects:
Show 12 links
Library | Related API Members |
---|---|
Cross-Platform Class Library | Resource |
Resources |
|
Scheduler |
|
Visible |
|
Win |
Resource |
Scheduler |
|
Scheduler |
|
Scheduler |
|
WPF Controls | Appointment |
Scheduler |
|
ASP. |
Date |
Scheduler |
#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