AppointmentLabelCollection Class
Represents a collection of appointment labels.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
public class AppointmentLabelCollection :
UserInterfaceObjectCollection<IAppointmentLabel>,
IAppointmentLabelStorage,
IStorageCollection<IAppointmentLabel>,
IEnumerable<IAppointmentLabel>,
IEnumerable,
ICollection,
IDisposable
Related API Members
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
DevExpress.Utils.IBatchUpdateable
DevExpress.Utils.IBatchUpdateHandler
DevExpress.XtraScheduler.IStorageCollection<IAppointmentLabel>
Inheritance
Object
DXCollectionBase<IAppointmentLabel>
DXCollection<IAppointmentLabel>
NotificationCollection<IAppointmentLabel>
DevExpress.XtraScheduler.SchedulerCollectionBase<IAppointmentLabel>
See Also