Skip to main content

IPersistentObjectStorage<T>.Items Property

Gets the collection of persistent objects within the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

NotificationCollection<T> Items { get; }

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