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

AppointmentLabelCollection Class

Represents a collection of appointment labels.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public class AppointmentLabelCollection :
    UserInterfaceObjectCollection<IAppointmentLabel>,
    IAppointmentLabelStorage,
    IStorageCollection<IAppointmentLabel>,
    IEnumerable<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
DevExpress.Utils.IBatchUpdateable
DevExpress.Utils.IBatchUpdateHandler
DevExpress.XtraScheduler.IStorageCollection<IAppointmentLabel>
See Also