ResourceStorage.Items Property
In This Article
Gets the collection of resources within the storage.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Resource |
A DevExpress. |
#Remarks
Use the Items property to access the collection of resources within the resource storage. You can add, remove and access individual items using the properties and methods of the DevExpress.XtraScheduler.ResourceCollection returned object.
See Also