Back to Devexpress

AppointmentLabelCollection Class

aspnet-devexpress-dot-web-dot-aspxscheduler-318572c4.md

latest4.5 KB
Original Source

AppointmentLabelCollection Class

Represents a collection of appointment labels.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class AppointmentLabelCollection :
    UserInterfaceObjectCollection<IAppointmentLabel>,
    IAppointmentLabelStorage,
    IStorageCollection<IAppointmentLabel>,
    IEnumerable<IAppointmentLabel>,
    IEnumerable,
    ICollection,
    IDisposable
vb
Public Class AppointmentLabelCollection
    Inherits UserInterfaceObjectCollection(Of IAppointmentLabel)
    Implements IAppointmentLabelStorage,
               IStorageCollection(Of IAppointmentLabel),
               IEnumerable(Of IAppointmentLabel),
               IEnumerable,
               ICollection,
               IDisposable

The following members return AppointmentLabelCollection objects:

Remarks

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.

Implements

Show 13 items

IList<IAppointmentLabel>

ICollection<IAppointmentLabel>

DevExpress.Utils.IBatchUpdateable

DevExpress.Utils.IBatchUpdateHandler

INotifyCollectionChanged

IBindingList

IList

IAppointmentLabelStorage

DevExpress.XtraScheduler.IStorageCollection<IAppointmentLabel>

IEnumerable<IAppointmentLabel>

ICollection

IEnumerable

IDisposable

Inheritance

Object DXCollectionBase<IAppointmentLabel> DXCollection<IAppointmentLabel> NotificationCollection<IAppointmentLabel> DevExpress.XtraScheduler.SchedulerCollectionBase<IAppointmentLabel> UserInterfaceObjectCollection<IAppointmentLabel> AppointmentLabelCollection BootstrapAppointmentLabelCollection

See Also

AppointmentLabelCollection Members

Labels

DevExpress.Web.ASPxScheduler Namespace