aspnet-devexpress-dot-web-dot-aspxscheduler-318572c4.md
Represents a collection of appointment labels.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class AppointmentLabelCollection :
UserInterfaceObjectCollection<IAppointmentLabel>,
IAppointmentLabelStorage,
IStorageCollection<IAppointmentLabel>,
IEnumerable<IAppointmentLabel>,
IEnumerable,
ICollection,
IDisposable
Public Class AppointmentLabelCollection
Inherits UserInterfaceObjectCollection(Of IAppointmentLabel)
Implements IAppointmentLabelStorage,
IStorageCollection(Of IAppointmentLabel),
IEnumerable(Of IAppointmentLabel),
IEnumerable,
ICollection,
IDisposable
The following members return AppointmentLabelCollection objects:
The AppointmentLabelCollection represents a collection of AppointmentLabel objects. The properties and methods declared by this class can be used to perform common collection operations such as adding new or deleting existing items. Individual items can be accessed using indexer notation.
An instance of the AppointmentLabelCollection class can be accessed via the ASPxAppointmentStorage.Labels property.
Show 13 items
ICollection<IAppointmentLabel>
DevExpress.Utils.IBatchUpdateable
DevExpress.Utils.IBatchUpdateHandler
DevExpress.XtraScheduler.IStorageCollection<IAppointmentLabel>
IEnumerable<IAppointmentLabel>
Object DXCollectionBase<IAppointmentLabel> DXCollection<IAppointmentLabel> NotificationCollection<IAppointmentLabel> DevExpress.XtraScheduler.SchedulerCollectionBase<IAppointmentLabel> UserInterfaceObjectCollection<IAppointmentLabel> AppointmentLabelCollection BootstrapAppointmentLabelCollection
See Also