Skip to main content

AppointmentStatusDataStorage.Items Property

Returns the Status collection within the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
public PersistentAppointmentStatusCollection Items { get; }

Property Value

Type Description
DevExpress.XtraScheduler.PersistentAppointmentStatusCollection

A DevExpress.XtraScheduler.PersistentAppointmentStatusCollection object that stores Statuses.

See Also