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

AppointmentStatusDataStorage.Items Property

Returns the Status collection within the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraScheduler.PersistentAppointmentStatusCollection

A DevExpress.XtraScheduler.PersistentAppointmentStatusCollection object that stores Statuses.

See Also