Skip to main content

AppointmentLabelDataStorage.Items Property

Returns the Label collection within the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
public PersistentAppointmentLabelCollection Items { get; }

Property Value

Type Description
DevExpress.XtraScheduler.PersistentAppointmentLabelCollection

A DevExpress.XtraScheduler.PersistentAppointmentLabelCollection object that stores Labels.

See Also