IPersistentObjectStorage<T>.Items Property
Gets the collection of persistent objects within the storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
NotificationCollection<T> | A NotificationCollection<T> object that contains a collection of persistent objects. |
Remarks
Use the Items property to access a collection of objects within the storage. The collection provides methods and properties that allow you to add new items and remove existing ones, access individual items, etc.
See Also