Skip to main content
A newer version of this page is available. .

AppointmentLabelDataStorage.Items Property

Returns the Label collection within the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraScheduler.PersistentAppointmentLabelCollection

A DevExpress.XtraScheduler.PersistentAppointmentLabelCollection object that stores Labels.

See Also