A newer version of this page is available.
Switch to the current version.
AppointmentStatusDataStorage Class
A collection of Scheduler Statuses that specify appointments' side color stripes.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.dll
Declaration
public class AppointmentStatusDataStorage :
ItemDataStorage<AppointmentStatus>,
IPersistentObjectStorage<AppointmentStatus>,
IBatchUpdateable,
IDisposable
Public Class AppointmentStatusDataStorage
Inherits ItemDataStorage(Of AppointmentStatus)
Implements IPersistentObjectStorage(Of AppointmentStatus),
IBatchUpdateable,
IDisposable
Related API Members
The following members accept/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
Feedback