Skip to main content

ResourceStorage.Items Property

Gets the collection of resources within the storage.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public ResourceCollection Items { get; }

#Property Value

Type Description
ResourceCollection

A DevExpress.XtraScheduler.ResourceCollection object that contains a collection of resources.

#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