AppointmentDataStorage.Labels Property
Provides access to labels associated with this appointment storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
[Browsable(false)]
public PersistentAppointmentLabelCollection Labels { get; }
<Browsable(False)>
Public ReadOnly Property Labels As PersistentAppointmentLabelCollection
Property Value
Type | Description |
---|---|
DevExpress.XtraScheduler.PersistentAppointmentLabelCollection | A DevExpress.XtraScheduler.PersistentAppointmentLabelCollection object that stores labels associated with this appointment storage. |
Remarks
This property provides backward compatibility with DevExpress installations of version 17.2 and older. For version 18.1 and newer, utilize the SchedulerDataStorage.Labels property of the primary storage instead.
See Also
Feedback