Back to Devexpress

AppointmentStatusDataStorage Class

windowsforms-devexpress-dot-xtrascheduler-792e98d9.md

latest2.2 KB
Original Source

AppointmentStatusDataStorage Class

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

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class AppointmentStatusDataStorage :
    ItemDataStorage<AppointmentStatus>,
    IPersistentObjectStorage<AppointmentStatus>,
    IBatchUpdateable,
    IDisposable
vb
Public Class AppointmentStatusDataStorage
    Inherits ItemDataStorage(Of AppointmentStatus)
    Implements IPersistentObjectStorage(Of 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

AppointmentStatusDataStorage Members

DevExpress.XtraScheduler Namespace