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

AppointmentDataStorage.Statuses Property

Provides access to statuses associated with this appointment storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraScheduler.PersistentAppointmentStatusCollection

A DevExpress.XtraScheduler.PersistentAppointmentStatusCollection object that stores labels associated with this appointment storage.

Remarks

This property provides backward compatibility with DevExpress installations of version 17.2 and older. For version 18.1 and newer, utilize the SchedulerDataStorage.Statuses property of the primary storage instead.

See Also