A newer version of this page is available.
Switch to the current version.
ResourceDataStorage.Items Property
Gets the collection of resources within the storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
[Browsable(false)]
public ResourceCollection Items { get; }
<Browsable(False)>
Public ReadOnly Property Items As ResourceCollection
Property Value
Type | Description |
---|---|
ResourceCollection | A ResourceCollection object that contains a collection of resources. |
Remarks
Use this 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 returned ResourceCollection object.
Items contained within the collection can be accessed with the ResourceDataStorage.Item property using index notation.
Implements
See Also
Feedback