windowsforms-devexpress-dot-xtrascheduler-792e98d9.md
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
public class AppointmentStatusDataStorage :
ItemDataStorage<AppointmentStatus>,
IPersistentObjectStorage<AppointmentStatus>,
IBatchUpdateable,
IDisposable
Public Class AppointmentStatusDataStorage
Inherits ItemDataStorage(Of AppointmentStatus)
Implements IPersistentObjectStorage(Of AppointmentStatus),
IBatchUpdateable,
IDisposable
The following members return AppointmentStatusDataStorage objects:
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.
Object DevExpress.XtraScheduler.Internal.ItemDataStorage<AppointmentStatus> AppointmentStatusDataStorage
See Also