Skip to main content

PersistentObjectStorage<T>.Items Property

Gets the collection of persistent objects within the storage.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[Browsable(false)]
public 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