windowsforms-devexpress-dot-xtrascheduler-dda62575.md
A collection of Scheduler Labels that specify appointments’ background colors.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
public class AppointmentLabelDataStorage :
ItemDataStorage<AppointmentLabel>,
IPersistentObjectStorage<AppointmentLabel>,
IBatchUpdateable,
IDisposable
Public Class AppointmentLabelDataStorage
Inherits ItemDataStorage(Of AppointmentLabel)
Implements IPersistentObjectStorage(Of AppointmentLabel),
IBatchUpdateable,
IDisposable
The following members return AppointmentLabelDataStorage objects:
To access a Scheduler’s Labels collection, use the storage’s SchedulerDataStorage.Labels collection. To load Labels from an external source, bind it to the AppointmentLabelDataStorage.DataSource property and specify required mappings.
Object DevExpress.XtraScheduler.Internal.ItemDataStorage<AppointmentLabel> AppointmentLabelDataStorage
See Also
AppointmentLabelDataStorage Members