Back to Devexpress

AppointmentStatusCollection Class

aspnet-devexpress-dot-web-dot-aspxscheduler-6e15327b.md

latest4.6 KB
Original Source

AppointmentStatusCollection Class

Represents a collection of appointment statuses.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class AppointmentStatusCollection :
    UserInterfaceObjectCollection<IAppointmentStatus>,
    IAppointmentStatusStorage,
    IStorageCollection<IAppointmentStatus>,
    IEnumerable<IAppointmentStatus>,
    IEnumerable,
    ICollection,
    IDisposable
vb
Public Class AppointmentStatusCollection
    Inherits UserInterfaceObjectCollection(Of IAppointmentStatus)
    Implements IAppointmentStatusStorage,
               IStorageCollection(Of IAppointmentStatus),
               IEnumerable(Of IAppointmentStatus),
               IEnumerable,
               ICollection,
               IDisposable

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

Show 13 items

IList<IAppointmentStatus>

ICollection<IAppointmentStatus>

DevExpress.Utils.IBatchUpdateable

DevExpress.Utils.IBatchUpdateHandler

INotifyCollectionChanged

IBindingList

IList

IAppointmentStatusStorage

DevExpress.XtraScheduler.IStorageCollection<IAppointmentStatus>

IEnumerable<IAppointmentStatus>

ICollection

IEnumerable

IDisposable

Inheritance

Object DXCollectionBase<IAppointmentStatus> DXCollection<IAppointmentStatus> NotificationCollection<IAppointmentStatus> DevExpress.XtraScheduler.SchedulerCollectionBase<IAppointmentStatus> UserInterfaceObjectCollection<IAppointmentStatus> AppointmentStatusCollection BootstrapAppointmentStatusCollection

See Also

AppointmentStatusCollection Members

DevExpress.Web.ASPxScheduler Namespace