aspnet-devexpress-dot-web-dot-aspxscheduler-6e15327b.md
Represents a collection of appointment statuses.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
public class AppointmentStatusCollection :
UserInterfaceObjectCollection<IAppointmentStatus>,
IAppointmentStatusStorage,
IStorageCollection<IAppointmentStatus>,
IEnumerable<IAppointmentStatus>,
IEnumerable,
ICollection,
IDisposable
Public Class AppointmentStatusCollection
Inherits UserInterfaceObjectCollection(Of IAppointmentStatus)
Implements IAppointmentStatusStorage,
IStorageCollection(Of IAppointmentStatus),
IEnumerable(Of IAppointmentStatus),
IEnumerable,
ICollection,
IDisposable
The following members return AppointmentStatusCollection objects:
The AppointmentStatusCollection represents a collection of AppointmentStatus 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 AppointmentStatusCollection class can be accessed via the ASPxAppointmentStorage.Statuses property of the ASPxAppointmentStorage object.
Show 13 items
ICollection<IAppointmentStatus>
DevExpress.Utils.IBatchUpdateable
DevExpress.Utils.IBatchUpdateHandler
DevExpress.XtraScheduler.IStorageCollection<IAppointmentStatus>
IEnumerable<IAppointmentStatus>
Object DXCollectionBase<IAppointmentStatus> DXCollection<IAppointmentStatus> NotificationCollection<IAppointmentStatus> DevExpress.XtraScheduler.SchedulerCollectionBase<IAppointmentStatus> UserInterfaceObjectCollection<IAppointmentStatus> AppointmentStatusCollection BootstrapAppointmentStatusCollection
See Also