AppointmentStatusDataStorage Class
A collection of Scheduler Statuses that specify appointments’ side color stripes.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
public class AppointmentStatusDataStorage :
ItemDataStorage<AppointmentStatus>,
IPersistentObjectStorage<AppointmentStatus>,
IBatchUpdateable,
IDisposable
Related API Members
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