AppointmentStatusCollection Class
Represents a collection of appointment statuses.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
public class AppointmentStatusCollection :
UserInterfaceObjectCollection<IAppointmentStatus>,
IAppointmentStatusStorage,
IStorageCollection<IAppointmentStatus>,
IEnumerable<IAppointmentStatus>,
IEnumerable,
ICollection,
IDisposable
Related API Members
The following members return AppointmentStatusCollection objects:
Remarks
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.
Implements
DevExpress.Utils.IBatchUpdateable
DevExpress.Utils.IBatchUpdateHandler
DevExpress.XtraScheduler.IStorageCollection<IAppointmentStatus>
Inheritance
Object
DXCollectionBase<IAppointmentStatus>
DXCollection<IAppointmentStatus>
NotificationCollection<IAppointmentStatus>
DevExpress.XtraScheduler.SchedulerCollectionBase<IAppointmentStatus>
See Also