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

AppointmentStatusCollection Class

Represents a collection of appointment statuses.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class AppointmentStatusCollection :
    UserInterfaceObjectCollection<IAppointmentStatus>,
    IAppointmentStatusStorage,
    IStorageCollection<IAppointmentStatus>,
    IEnumerable<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
DevExpress.Utils.IBatchUpdateable
DevExpress.Utils.IBatchUpdateHandler
DevExpress.XtraScheduler.IStorageCollection<IAppointmentStatus>
See Also