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

AppointmentStatusDataStorage Class

A collection of Scheduler Statuses that specify appointments’ side color stripes.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public class AppointmentStatusDataStorage :
    ItemDataStorage<AppointmentStatus>,
    IPersistentObjectStorage<AppointmentStatus>,
    IBatchUpdateable,
    IDisposable

The following members return AppointmentStatusDataStorage objects:

Remarks

To access a Scheduler’s Statuses collection, use the storage’s SchedulerDataStorage.Statuses property. To load Statuses from an external source, bind it to the AppointmentStatusDataStorage.DataSource property and specify required mappings.

Inheritance

Object
DevExpress.XtraScheduler.Internal.ItemDataStorage<AppointmentStatus>
AppointmentStatusDataStorage
See Also