Skip to main content
A newer version of this page is available. .

IPersistentObjectStorage<T>.Items Property

Gets the collection of persistent objects within the storage.

Namespace: DevExpress.XtraScheduler

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

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